aboutsummaryrefslogtreecommitdiff
path: root/audio/fmio
diff options
context:
space:
mode:
authorPete Fritchman <petef@FreeBSD.org>2002-06-07 02:21:52 +0000
committerPete Fritchman <petef@FreeBSD.org>2002-06-07 02:21:52 +0000
commit0467aae499c92d2291845dfda27e5622a727a993 (patch)
tree34ed02ae681900dda940f9ba00d20f84e185a83b /audio/fmio
parent3842be24171bd26fb70d2551ccf75d9cddff3e53 (diff)
downloadports-0467aae499c92d2291845dfda27e5622a727a993.tar.gz
ports-0467aae499c92d2291845dfda27e5622a727a993.zip
Notes
Diffstat (limited to 'audio/fmio')
-rw-r--r--audio/fmio/Makefile5
1 files changed, 5 insertions, 0 deletions
diff --git a/audio/fmio/Makefile b/audio/fmio/Makefile
index 581c469677e0..eab5d913a9fe 100644
--- a/audio/fmio/Makefile
+++ b/audio/fmio/Makefile
@@ -16,6 +16,11 @@ MAINTAINER= kunia@istc.kiev.ua
MAN1= fmio.1
MANCOMPRESSED= no
+post-patch:
+ @${SED} -e 's,machine/soundcard.h,sys/soundcard.h,' < \
+ ${WRKSRC}/mixer.c > ${WRKSRC}/mixer.c.new
+ @${MV} ${WRKSRC}/mixer.c.new ${WRKSRC}/mixer.c
+
pre-build:
.if !defined(WITH_BKTR)
@${ECHO_MSG}