pkgsrc-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[pkgsrc/trunk]: pkgsrc/audio/sox the configure script uses --disable-oss-dsp ...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/6b7d26a2f6f8
branches:  trunk
changeset: 464494:6b7d26a2f6f8
user:      grant <grant%pkgsrc.org@localhost>
date:      Thu Dec 11 09:57:20 2003 +0000

description:
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:

 audio/sox/Makefile |  4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)

diffs (18 lines):

diff -r a946ab43ac50 -r 6b7d26a2f6f8 audio/sox/Makefile
--- a/audio/sox/Makefile        Thu Dec 11 09:22:18 2003 +0000
+++ b/audio/sox/Makefile        Thu Dec 11 09:57:20 2003 +0000
@@ -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 @@
 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
 



Home | Main Index | Thread Index | Old Index