summaryrefslogtreecommitdiff
path: root/audio/xmms
diff options
context:
space:
mode:
authorwiz <wiz@pkgsrc.org>2002-09-09 19:43:14 +0000
committerwiz <wiz@pkgsrc.org>2002-09-09 19:43:14 +0000
commit9bdca0f70d4541cc987dd8dd3868c5cff3c046fd (patch)
treeaf00f50b4574a2d1b4e58bbfc4200ef3dab12051 /audio/xmms
parent6d67a3cfedf435969a126089e2fcd6b6255cb0ac (diff)
downloadpkgsrc-9bdca0f70d4541cc987dd8dd3868c5cff3c046fd.tar.gz
Added dependency on libiconv, per pkg/18041. Bump PKGREVISION.
Diffstat (limited to 'audio/xmms')
-rw-r--r--audio/xmms/Makefile10
1 files changed, 8 insertions, 2 deletions
diff --git a/audio/xmms/Makefile b/audio/xmms/Makefile
index ed0d486d412..40c8099f19c 100644
--- a/audio/xmms/Makefile
+++ b/audio/xmms/Makefile
@@ -1,8 +1,8 @@
-# $NetBSD: Makefile,v 1.33 2002/08/31 03:57:17 wiz Exp $
+# $NetBSD: Makefile,v 1.34 2002/09/09 19:43:14 wiz Exp $
#
DISTNAME= xmms-1.2.7
-PKGREVISION= 1
+PKGREVISION= 2
CATEGORIES= audio
MASTER_SITES= ftp://ftp.xmms.org/xmms/1.2.x/ \
ftp://ftp.sunet.se/pub/multimedia/xmms/1.2.x/
@@ -19,6 +19,11 @@ GNU_CONFIGURE= yes
CONFIGURE_ARGS+= --without-gnome
LIBTOOL_OVERRIDE= ${WRKSRC}/libtool
+# Broken configure script assumes that iconv_open lives in libc; work around.
+CPPFLAGS+= -DHAVE_ICONV_OPEN=1
+CONFIGURE_ENV+= ac_cv_func_iconv_open=yes
+LIBS+= -liconv
+
.include "../../mk/bsd.prefs.mk"
PTHREAD_OPTS+= require
@@ -41,6 +46,7 @@ post-patch:
.include "../../audio/esound/buildlink2.mk"
.include "../../audio/libmikmod/buildlink2.mk"
.include "../../audio/libvorbis/buildlink2.mk"
+.include "../../converters/libiconv/buildlink2.mk"
.include "../../graphics/Mesa/buildlink2.mk"
.include "../../textproc/libxml/buildlink2.mk"
.include "../../x11/gtk/buildlink2.mk"