From a900bcf374307a6406dbf3695d490116b0cf335a Mon Sep 17 00:00:00 2001 From: grant Date: Thu, 11 Dec 2003 09:57:20 +0000 Subject: 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??) --- audio/sox/Makefile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'audio/sox/Makefile') 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 -- cgit v1.2.3