pkgsrc-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[pkgsrc/pkgsrc-2004Q1]: pkgsrc/audio/xmms Pull up build fix to the pkgsrc-200...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/f5e820e5aa9c
branches:  pkgsrc-2004Q1
changeset: 471398:f5e820e5aa9c
user:      agc <agc%pkgsrc.org@localhost>
date:      Tue Apr 27 08:16:42 2004 +0000

description:
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."

diffstat:

 audio/xmms/Makefile.common |  4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)

diffs (18 lines):

diff -r 9139c93b04da -r f5e820e5aa9c audio/xmms/Makefile.common
--- a/audio/xmms/Makefile.common        Tue Apr 27 08:14:40 2004 +0000
+++ b/audio/xmms/Makefile.common        Tue Apr 27 08:16:42 2004 +0000
@@ -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 @@
 # 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"
 



Home | Main Index | Thread Index | Old Index