pkgsrc-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[pkgsrc/pkgsrc-2003Q4]: pkgsrc/audio/sox Pullup fix for NetBSD-current to the...
details: https://anonhg.NetBSD.org/pkgsrc/rev/632e34ff6d46
branches: pkgsrc-2003Q4
changeset: 463709:632e34ff6d46
user: agc <agc%pkgsrc.org@localhost>
date: Fri Dec 12 11:46:38 2003 +0000
description:
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??)
diffstat:
audio/sox/Makefile | 4 ++--
1 files changed, 2 insertions(+), 2 deletions(-)
diffs (18 lines):
diff -r c6851cbc84cf -r 632e34ff6d46 audio/sox/Makefile
--- a/audio/sox/Makefile Fri Dec 12 11:44:05 2003 +0000
+++ b/audio/sox/Makefile Fri Dec 12 11:46:38 2003 +0000
@@ -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 @@
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