pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/audio/sox Keep OSS for DragonFly and FreeBSD, we don't...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/5befa39788cc
branches:  trunk
changeset: 502973:5befa39788cc
user:      joerg <joerg%pkgsrc.org@localhost>
date:      Fri Nov 11 21:19:11 2005 +0000

description:
Keep OSS for DragonFly and FreeBSD, we don't have Sun-Audio.

diffstat:

 audio/sox/Makefile |  8 +++++---
 1 files changed, 5 insertions(+), 3 deletions(-)

diffs (29 lines):

diff -r 3b10f609f31d -r 5befa39788cc audio/sox/Makefile
--- a/audio/sox/Makefile        Fri Nov 11 21:15:24 2005 +0000
+++ b/audio/sox/Makefile        Fri Nov 11 21:19:11 2005 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.34 2005/08/07 14:57:15 bjh21 Exp $
+# $NetBSD: Makefile,v 1.35 2005/11/11 21:19:11 joerg Exp $
 
 DISTNAME=      sox-12.17.7
 PKGREVISION=   1
@@ -12,15 +12,17 @@
 
 PKG_INSTALLATION_TYPES=        overwrite pkgviews
 
+.include "../../mk/bsd.prefs.mk"
+
 GNU_CONFIGURE=         yes
 CONFIGURE_ARGS+=       --enable-fast-ulaw
 CONFIGURE_ARGS+=       --enable-fast-alaw
+.if ${OPSYS} != "DragonFly" && ${OPSYS} != "FreeBSD"
 CONFIGURE_ARGS+=       --disable-oss-dsp
+.endif
 CONFIGURE_ARGS+=       --with-ogg-vorbislib=${BUILDLINK_PREFIX.libvorbis}/lib
 CONFIGURE_ARGS+=       --with-ogg-vorbisinc=${BUILDLINK_PREFIX.libvorbis}/include
 
-.include "../../mk/bsd.prefs.mk"
-
 PLIST_SRC=             ${PKGDIR}/PLIST.common
 
 .if ${OPSYS} != "Interix"



Home | Main Index | Thread Index | Old Index