From 55a48baec26d41600eab25047d85363c7fb5b29a Mon Sep 17 00:00:00 2001 From: grant Date: Mon, 23 Jun 2003 07:57:05 +0000 Subject: use ${BUILDLINK_LIBICONV_LDADD} instead of blindly adding -liconv to LIBS, allowing buildlink2 to do its magic. tested on Slackware 8.1. --- audio/xmms/Makefile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'audio/xmms') 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" -- cgit v1.2.3