diff options
author | Pete Fritchman <petef@FreeBSD.org> | 2002-06-07 02:21:52 +0000 |
---|---|---|
committer | Pete Fritchman <petef@FreeBSD.org> | 2002-06-07 02:21:52 +0000 |
commit | 0467aae499c92d2291845dfda27e5622a727a993 (patch) | |
tree | 34ed02ae681900dda940f9ba00d20f84e185a83b /audio/fmio/Makefile | |
parent | Respect NOPORTDOCS (diff) |
machine/soundcard.h -> sys/soundcard.h
Submitted by: bento
Notes
Notes:
svn path=/head/; revision=60745
Diffstat (limited to 'audio/fmio/Makefile')
-rw-r--r-- | audio/fmio/Makefile | 5 |
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} |