diff options
author | wiz <wiz@pkgsrc.org> | 2002-12-20 21:34:25 +0000 |
---|---|---|
committer | wiz <wiz@pkgsrc.org> | 2002-12-20 21:34:25 +0000 |
commit | 1ea14ebddc4003784741cc526c7bff374e194161 (patch) | |
tree | f4d7a6f8f45a24bcd3c2da5ca9200d9e5117d294 /audio/xmms | |
parent | 64b5847051a398ac94ea171c40b90449c07cdaea (diff) | |
download | pkgsrc-1ea14ebddc4003784741cc526c7bff374e194161.tar.gz |
Actually, this package has two libtool scripts -- override both.
Diffstat (limited to 'audio/xmms')
-rw-r--r-- | audio/xmms/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/audio/xmms/Makefile b/audio/xmms/Makefile index 766e8bd1dea..ffb397979b3 100644 --- a/audio/xmms/Makefile +++ b/audio/xmms/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.39 2002/11/30 11:46:07 salo Exp $ +# $NetBSD: Makefile,v 1.40 2002/12/20 21:34:25 wiz Exp $ # DISTNAME= xmms-1.2.7 @@ -19,7 +19,7 @@ USE_X11= yes GNU_CONFIGURE= yes CONFIGURE_ARGS+= --without-gnome -LIBTOOL_OVERRIDE= ${WRKSRC}/libtool +LIBTOOL_OVERRIDE= ${WRKSRC}/libtool ${WRKSRC}/libxmms/libtool # Broken configure script assumes that iconv_open lives in libc; work around. CPPFLAGS+= -DHAVE_ICONV_OPEN=1 |