diff options
author | jmmv <jmmv@pkgsrc.org> | 2004-06-26 22:12:28 +0000 |
---|---|---|
committer | jmmv <jmmv@pkgsrc.org> | 2004-06-26 22:12:28 +0000 |
commit | b74aaaeab93fa0494015e9ac4336636f84b15223 (patch) | |
tree | dc7ef24000c8fdafa0928b6714e07668c2f289ef /audio/bmp/Makefile | |
parent | dba1c31bfb920406c84e152dfc169ee2849999a6 (diff) | |
download | pkgsrc-b74aaaeab93fa0494015e9ac4336636f84b15223.tar.gz |
Fix the OSS plugin. For me it only fixes the volume control, but I have
been told by many people that it doesn't work at all for them... hopefully
this solves all problems.
The fix is the following: instead of using the included soundcard.h file,
use the one provided by the system (only in the NetBSD case; I can't test
other systems).
Idea from PR pkg/25301 by Kouichirou Hiratsuka. Bump PKGREVISION to 1.
Diffstat (limited to 'audio/bmp/Makefile')
-rw-r--r-- | audio/bmp/Makefile | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/audio/bmp/Makefile b/audio/bmp/Makefile index 3ac6436ce27..f50f92ddac7 100644 --- a/audio/bmp/Makefile +++ b/audio/bmp/Makefile @@ -1,8 +1,10 @@ -# $NetBSD: Makefile,v 1.2 2004/04/12 23:15:01 salo Exp $ +# $NetBSD: Makefile,v 1.3 2004/06/26 22:12:28 jmmv Exp $ # .include "Makefile.common" +PKGREVISION= 1 + CONFIGURE_ARGS:= ${CONFIGURE_ARGS:S/--disable-oss/--enable-oss/} CONFIGURE_ARGS:= ${CONFIGURE_ARGS:S/--disable-vorbis/--enable-vorbis/} |