diff options
author | joerg <joerg@pkgsrc.org> | 2005-11-11 21:19:11 +0000 |
---|---|---|
committer | joerg <joerg@pkgsrc.org> | 2005-11-11 21:19:11 +0000 |
commit | 6b3e729f5ae04157357d7966ac19f4fc32c43508 (patch) | |
tree | b400ddff83246026b8c86a2f0447073af10439e5 | |
parent | e9a8588cc6c593f76978abb830380b155e0714c5 (diff) | |
download | pkgsrc-6b3e729f5ae04157357d7966ac19f4fc32c43508.tar.gz |
Keep OSS for DragonFly and FreeBSD, we don't have Sun-Audio.
-rw-r--r-- | audio/sox/Makefile | 8 |
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" |