summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authoragc <agc>2003-12-12 11:46:38 +0000
committeragc <agc>2003-12-12 11:46:38 +0000
commit4d622ea861552c72b81601710156a6271f88c73c (patch)
treedef32aab6cde434541c78f1a8fb490a9430674cb
parent52a6918d19e8e6f4f3a143f0a44bcf8157df3b9a (diff)
downloadpkgsrc-4d622ea861552c72b81601710156a6271f88c73c.tar.gz
Pullup fix for NetBSD-current to the pkgsrc-2003Q4 branch, requested
by Grant Beattie. Module Name: pkgsrc Committed By: grant Date: Thu Dec 11 09:57:20 UTC 2003 Modified Files: pkgsrc/audio/sox: Makefile Log Message: 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??)
-rw-r--r--audio/sox/Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/audio/sox/Makefile b/audio/sox/Makefile
index dd7c54db5b6..b1b4dd09779 100644
--- a/audio/sox/Makefile
+++ b/audio/sox/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.24 2003/07/17 21:23:23 grant Exp $
+# $NetBSD: Makefile,v 1.24.2.1 2003/12/12 11:46:38 agc Exp $
DISTNAME= sox-12.17.4
PKGREVISION= 1
@@ -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