From 2a28335c8d49a8eb5bed278109015b5039d4d1eb Mon Sep 17 00:00:00 2001 From: wiz Date: Mon, 25 Nov 2002 19:02:45 +0000 Subject: Enable vorbis support. Bump to 12.17.3nb1. --- audio/sox/Makefile | 9 ++++++--- 1 file changed, 6 insertions(+), 3 deletions(-) (limited to 'audio/sox') diff --git a/audio/sox/Makefile b/audio/sox/Makefile index d1210b7b17a..3e256acd4f8 100644 --- a/audio/sox/Makefile +++ b/audio/sox/Makefile @@ -1,8 +1,8 @@ -# $NetBSD: Makefile,v 1.18 2002/09/21 21:05:35 jlam Exp $ -# FreeBSD Id: Makefile,v 1.9 1997/02/04 10:32:34 max Exp +# $NetBSD: Makefile,v 1.19 2002/11/25 19:02:45 wiz Exp $ # DISTNAME= sox-12.17.3 +PKGREVISION= 1 CATEGORIES= audio MASTER_SITES= http://home.sprynet.com/~cbagwell/ @@ -15,6 +15,9 @@ GNU_CONFIGURE= yes CONFIGURE_ARGS+= --enable-fast-ulaw \ --enable-fast-alaw \ --with-sun-audio \ - --without-oss-dsp + --without-oss-dsp \ + --with-ogg-vorbislib=${BUILDLINK_PREFIX.libvorbis}/lib \ + --with-ogg-vorbisinc=${BUILDLINK_PREFIX.libvorbis}/include +.include "../../audio/libvorbis/buildlink2.mk" .include "../../mk/bsd.pkg.mk" -- cgit v1.2.3