From 0467aae499c92d2291845dfda27e5622a727a993 Mon Sep 17 00:00:00 2001 From: Pete Fritchman Date: Fri, 7 Jun 2002 02:21:52 +0000 Subject: machine/soundcard.h -> sys/soundcard.h Submitted by: bento --- audio/speak_freely/Makefile | 5 +++++ 1 file changed, 5 insertions(+) (limited to 'audio/speak_freely') diff --git a/audio/speak_freely/Makefile b/audio/speak_freely/Makefile index 36059ba7f46d..56ddd107a7af 100644 --- a/audio/speak_freely/Makefile +++ b/audio/speak_freely/Makefile @@ -22,6 +22,11 @@ MAN1= ${UTILS:S/$/.1/} ${DEMNS:S/$/.1/} ${DDEMNS:S/$/.1/} MAKE_ENV= "OPTFLAGS=${CFLAGS}" +post-patch: + @${SED} -e 's,machine/soundcard.h,sys/soundcard.h,' < \ + ${WRKSRC}/soundbyte.c > ${WRKSRC}/soundbyte.c.new + @${MV} ${WRKSRC}/soundbyte.c.new ${WRKSRC}/soundbyte.c + do-install: if [ ! -d ${SFLIB} ]; then \ ${INSTALL} -d -o ${BINOWN} -g ${BINGRP} -m 755 ${SFLIB}; \ -- cgit v1.2.3