summaryrefslogtreecommitdiff
path: root/audio
diff options
context:
space:
mode:
authorgrant <grant>2003-12-11 09:57:20 +0000
committergrant <grant>2003-12-11 09:57:20 +0000
commitbb5419adb5f985412b9b4239e74c98347ee50716 (patch)
treee1e552ad0901a85b276782379e1cfca2dd425103 /audio
parentd7ea9af04ba86c90c105858297f1dfb3530f1004 (diff)
downloadpkgsrc-bb5419adb5f985412b9b4239e74c98347ee50716.tar.gz
the configure script uses --disable-oss-dsp to disable OSS support,
not --without-oss-dsp. fixes linking on NetBSD. (how did this ever link given that -lossaudio is not passed??)
Diffstat (limited to 'audio')
-rw-r--r--audio/sox/Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/audio/sox/Makefile b/audio/sox/Makefile
index 63786855bef..45634a0cc5c 100644
--- a/audio/sox/Makefile
+++ b/audio/sox/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.25 2003/12/08 14:41:38 wiz Exp $
+# $NetBSD: Makefile,v 1.26 2003/12/11 09:57:20 grant Exp $
DISTNAME= sox-12.17.4
PKGREVISION= 2
@@ -15,7 +15,7 @@ GNU_CONFIGURE= yes
CONFIGURE_ARGS+= --enable-fast-ulaw \
--enable-fast-alaw \
--with-sun-audio \
- --without-oss-dsp \
+ --disable-oss-dsp \
--with-ogg-vorbislib=${BUILDLINK_PREFIX.libvorbis}/lib \
--with-ogg-vorbisinc=${BUILDLINK_PREFIX.libvorbis}/include