pkgsrc-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[pkgsrc/trunk]: pkgsrc/audio/timidity Fix previous commit: include ao in CONF...
details: https://anonhg.NetBSD.org/pkgsrc/rev/340cb7d560d7
branches: trunk
changeset: 554015:340cb7d560d7
user: shattered <shattered%pkgsrc.org@localhost>
date: Fri Feb 06 19:45:52 2009 +0000
description:
Fix previous commit: include ao in CONFIGURE_ARGS, not in TIMIDITY_NATIVE_AUDIO (oops).
diffstat:
audio/timidity/Makefile | 6 +++---
1 files changed, 3 insertions(+), 3 deletions(-)
diffs (27 lines):
diff -r 48db4a5cd69d -r 340cb7d560d7 audio/timidity/Makefile
--- a/audio/timidity/Makefile Fri Feb 06 19:35:07 2009 +0000
+++ b/audio/timidity/Makefile Fri Feb 06 19:45:52 2009 +0000
@@ -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+= --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 @@
.include "../../mk/bsd.prefs.mk"
-TIMIDITY_NATIVE_AUDIO= ao
+TIMIDITY_NATIVE_AUDIO= # empty
.if ${OPSYS} == "NetBSD" || ${OPSYS} == "SunOS"
TIMIDITY_NATIVE_AUDIO= sun
Home |
Main Index |
Thread Index |
Old Index