diff options
author | Pete Fritchman <petef@FreeBSD.org> | 2002-06-07 10:21:52 +0800 |
---|---|---|
committer | Pete Fritchman <petef@FreeBSD.org> | 2002-06-07 10:21:52 +0800 |
commit | 0467aae499c92d2291845dfda27e5622a727a993 (patch) | |
tree | 34ed02ae681900dda940f9ba00d20f84e185a83b /audio/radio | |
parent | 3842be24171bd26fb70d2551ccf75d9cddff3e53 (diff) | |
download | freebsd-ports-gnome-0467aae499c92d2291845dfda27e5622a727a993.tar.gz freebsd-ports-gnome-0467aae499c92d2291845dfda27e5622a727a993.tar.zst freebsd-ports-gnome-0467aae499c92d2291845dfda27e5622a727a993.zip |
machine/soundcard.h -> sys/soundcard.h
Submitted by: bento
Diffstat (limited to 'audio/radio')
-rw-r--r-- | audio/radio/Makefile | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/audio/radio/Makefile b/audio/radio/Makefile index 18c457fa625b..b1160de6ac64 100644 --- a/audio/radio/Makefile +++ b/audio/radio/Makefile @@ -17,4 +17,9 @@ NO_WRKSUBDIR= yes MAKE_FLAGS= FreeBSD -f MAN1= radio.1 broadcast.1 +post-patch: + @${SED} -e 's,machine/soundcard.h,sys/soundcard.h,' < \ + ${WRKSRC}/radio.c > ${WRKSRC}/radio.c.new + @${MV} ${WRKSRC}/radio.c.new ${WRKSRC}/radio.c + .include <bsd.port.mk> |