summaryrefslogtreecommitdiff
path: root/audio/xmms/Makefile
diff options
context:
space:
mode:
authorgrant <grant>2003-06-23 07:57:05 +0000
committergrant <grant>2003-06-23 07:57:05 +0000
commite56e8401718c22f3495b69db34dd6ebabf13c886 (patch)
tree4e646037fc598d33ff3624dc5cbb47e8ba1ceb48 /audio/xmms/Makefile
parent3de46ab9ab3dc0d7e8523fc8c359f4829cd031b0 (diff)
downloadpkgsrc-e56e8401718c22f3495b69db34dd6ebabf13c886.tar.gz
use ${BUILDLINK_LIBICONV_LDADD} instead of blindly adding -liconv to
LIBS, allowing buildlink2 to do its magic. tested on Slackware 8.1.
Diffstat (limited to 'audio/xmms/Makefile')
-rw-r--r--audio/xmms/Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/audio/xmms/Makefile b/audio/xmms/Makefile
index 53b98acb9f5..fadc9cf9fa8 100644
--- a/audio/xmms/Makefile
+++ b/audio/xmms/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.47 2003/06/06 19:29:03 drochner Exp $
+# $NetBSD: Makefile,v 1.48 2003/06/23 07:57:05 grant Exp $
#
DISTNAME= xmms-1.2.7
@@ -24,7 +24,7 @@ LIBTOOL_OVERRIDE= ${WRKSRC}/libtool ${WRKSRC}/libxmms/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
+LIBS+= ${BUILDLINK_LIBICONV_LDADD}
.include "../../mk/bsd.prefs.mk"