From 5b39e64592db34e5ee8196badfdded1e4546f195 Mon Sep 17 00:00:00 2001 From: xtraeme Date: Mon, 12 Apr 2004 10:23:24 +0000 Subject: Ensure that xmms is linked against libiconv under 1.6, so the vorbis plugin works correctly, fixes PR pkg/24885. --- audio/xmms/Makefile.common | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'audio') diff --git a/audio/xmms/Makefile.common b/audio/xmms/Makefile.common index 6a3b05aa12c..60764a0b930 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.7 2004/04/12 10:23:24 xtraeme 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" -- cgit v1.2.3