summaryrefslogtreecommitdiff
path: root/audio/timidity
diff options
context:
space:
mode:
authorwiz <wiz@pkgsrc.org>2007-01-11 00:27:37 +0000
committerwiz <wiz@pkgsrc.org>2007-01-11 00:27:37 +0000
commit924a4e5f889857fd887ee953fc4608878fa12566 (patch)
tree2b450f99a69f5b531126038c0ec2ed522416e557 /audio/timidity
parent162b528f42d48d46fada890a5d8c52d558adfb6a (diff)
downloadpkgsrc-924a4e5f889857fd887ee953fc4608878fa12566.tar.gz
Disable flac support for now -- this doesn't build with flac-1.1.3
and there are no patches available, currently.
Diffstat (limited to 'audio/timidity')
-rw-r--r--audio/timidity/Makefile12
1 files changed, 8 insertions, 4 deletions
diff --git a/audio/timidity/Makefile b/audio/timidity/Makefile
index b6215e5c491..0f4b0b2af60 100644
--- a/audio/timidity/Makefile
+++ b/audio/timidity/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.59 2007/01/07 12:25:53 wiz Exp $
+# $NetBSD: Makefile,v 1.60 2007/01/11 00:27:37 wiz Exp $
DISTNAME= TiMidity++-2.13.2
PKGNAME= ${DISTNAME:S/TiMidity++/timidity/}
@@ -16,11 +16,14 @@ CONFLICTS= kdemultimedia-2.[0-9]*
GNU_CONFIGURE= yes
CONFIGURE_ARGS+= --enable-vt100
CONFIGURE_ARGS+= --enable-gtk --enable-wrd --enable-xaw --enable-ncurses
-CONFIGURE_ARGS+= --with-libFLAC="${BUILDLINK_DIR}/include"
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,flac,speex
+CONFIGURE_ARGS+= --enable-audio=${TIMIDITY_NATIVE_AUDIO},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
+#CONFIGURE_ARGS+= --with-libFLAC="${BUILDLINK_DIR}/include"
SUBST_CLASSES+= confdir
SUBST_MESSAGE.confdir= Configuring to use PKG_SYSCONFDIR.
@@ -40,7 +43,8 @@ TIMIDITY_NATIVE_AUDIO= oss
TIMIDITY_NATIVE_AUDIO= darwin
.endif
-.include "../../audio/flac/buildlink3.mk"
+# see above for reason this is not included
+#.include "../../audio/flac/buildlink3.mk"
.include "../../audio/libvorbis/buildlink3.mk"
.include "../../audio/speex/buildlink3.mk"
.include "../../devel/ncurses/buildlink3.mk"