summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authoragc <agc>2004-04-27 08:16:42 +0000
committeragc <agc>2004-04-27 08:16:42 +0000
commite80e6c04c7d50dce51c4d193777fb7bf24c6b1be (patch)
tree8141fec0701a2dea32930de39a6b7d16e2b0ebcd
parentb0292dd4c031f6a0db643bd927a09d895243b9ca (diff)
downloadpkgsrc-e80e6c04c7d50dce51c4d193777fb7bf24c6b1be.tar.gz
Pull up build fix to the pkgsrc-2004Q1 branch.
Requested by xtraeme in ticket pkgsrc-17. "Ensure that xmms is linked against libiconv under 1.6, so the vorbis plugin works correctly, fixes PR pkg/24885."
-rw-r--r--audio/xmms/Makefile.common4
1 files changed, 2 insertions, 2 deletions
diff --git a/audio/xmms/Makefile.common b/audio/xmms/Makefile.common
index 6a3b05aa12c..ea1b8e57f82 100644
--- a/audio/xmms/Makefile.common
+++ b/audio/xmms/Makefile.common
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile.common,v 1.6 2004/02/17 16:23:53 minskim Exp $
+# $NetBSD: Makefile.common,v 1.6.2.1 2004/04/27 08:16:42 agc Exp $
#
DISTNAME= xmms-1.2.7
@@ -27,7 +27,7 @@ SHLIBTOOL_OVERRIDE= 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+= ${BUILDLINK_LIBICONV_LDADD}
+LDFLAGS+= ${BUILDLINK_LDADD.iconv}
.include "../../mk/bsd.prefs.mk"