diff options
Diffstat (limited to 'audio/bmp/Makefile.common')
-rw-r--r-- | audio/bmp/Makefile.common | 6 |
1 files changed, 5 insertions, 1 deletions
diff --git a/audio/bmp/Makefile.common b/audio/bmp/Makefile.common index 17a5652c05d..850706c8154 100644 --- a/audio/bmp/Makefile.common +++ b/audio/bmp/Makefile.common @@ -1,4 +1,4 @@ -# $NetBSD: Makefile.common,v 1.3 2004/04/14 16:15:20 jmmv Exp $ +# $NetBSD: Makefile.common,v 1.4 2004/06/26 22:12:28 jmmv Exp $ # DISTNAME= bmp-0.9.6.1 @@ -38,6 +38,10 @@ CONFIGURE_ARGS+= --with-dev-dsp=${DEVOSSSOUND} \ --with-cdda-device=/dev/rcd0${RAWPART} \ --with-cdda-dir=/cdrom/ +post-extract: + ${RM} ${WRKSRC}/Output/OSS/soundcard.h + ${LN} -s /usr/include/soundcard.h ${WRKSRC}/Output/OSS/soundcard.h + . if ${MACHINE_ARCH} == "i386" post-patch: . if ${OBJECT_FMT} == "a.out" |