summaryrefslogtreecommitdiff
path: root/audio/sox
diff options
context:
space:
mode:
authorjoerg <joerg>2005-11-11 21:19:11 +0000
committerjoerg <joerg>2005-11-11 21:19:11 +0000
commit966ff7d5c7d875bd5f033fe7eb7394e52e5a9d8f (patch)
treeb400ddff83246026b8c86a2f0447073af10439e5 /audio/sox
parent9fa4923c6659721c4acace6ef0e1bf1c2429a8ce (diff)
downloadpkgsrc-966ff7d5c7d875bd5f033fe7eb7394e52e5a9d8f.tar.gz
Keep OSS for DragonFly and FreeBSD, we don't have Sun-Audio.
Diffstat (limited to 'audio/sox')
-rw-r--r--audio/sox/Makefile8
1 files changed, 5 insertions, 3 deletions
diff --git a/audio/sox/Makefile b/audio/sox/Makefile
index 9ec14fa7992..dc317a06874 100644
--- a/audio/sox/Makefile
+++ b/audio/sox/Makefile
@@ -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 @@ COMMENT= SOund eXchange - universal sound sample translator
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"