diff options
author | shattered <shattered@pkgsrc.org> | 2009-02-06 19:45:52 +0000 |
---|---|---|
committer | shattered <shattered@pkgsrc.org> | 2009-02-06 19:45:52 +0000 |
commit | c898566ea57a69455aa7c82871800f4cbe5d1a0b (patch) | |
tree | 05c5a8e5a3dafeae57d77cdf36e37addc106f9f2 /audio | |
parent | 4bb46fe7ab0a49688df788a01273c6ebd597a6cc (diff) | |
download | pkgsrc-c898566ea57a69455aa7c82871800f4cbe5d1a0b.tar.gz |
Fix previous commit: include ao in CONFIGURE_ARGS, not in TIMIDITY_NATIVE_AUDIO (oops).
Diffstat (limited to 'audio')
-rw-r--r-- | audio/timidity/Makefile | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/audio/timidity/Makefile b/audio/timidity/Makefile index c58f6a7bc0a..d253084596c 100644 --- a/audio/timidity/Makefile +++ b/audio/timidity/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.65 2009/02/06 19:35:07 shattered Exp $ +# $NetBSD: Makefile,v 1.66 2009/02/06 19:45:52 shattered Exp $ DISTNAME= TiMidity++-2.13.2 PKGNAME= ${DISTNAME:S/TiMidity++/timidity/} @@ -21,7 +21,7 @@ CONFIGURE_ARGS+= --enable-gtk --enable-wrd --enable-xaw --enable-ncurses CONFIGURE_ARGS+= --with-ogg="${BUILDLINK_DIR}/include" CONFIGURE_ARGS+= --with-vorbis="${BUILDLINK_DIR}/include" CONFIGURE_ARGS+= --with-default-path=${PKG_SYSCONFDIR:Q} -CONFIGURE_ARGS+= --enable-audio=${TIMIDITY_NATIVE_AUDIO},vorbis,speex +CONFIGURE_ARGS+= --enable-audio=${TIMIDITY_NATIVE_AUDIO},ao,vorbis,speex # flac disabled since there is currently (20070111) no patch available # that adapts timidity for the flac-1.1.3 API #CONFIGURE_ARGS+= --enable-audio=${TIMIDITY_NATIVE_AUDIO},vorbis,flac,speex @@ -35,7 +35,7 @@ SUBST_SED.confdir= -e 's,/usr/local/share/timidity,${PKG_SYSCONFDIR},g' .include "../../mk/bsd.prefs.mk" -TIMIDITY_NATIVE_AUDIO= ao +TIMIDITY_NATIVE_AUDIO= # empty .if ${OPSYS} == "NetBSD" || ${OPSYS} == "SunOS" TIMIDITY_NATIVE_AUDIO= sun |