summaryrefslogtreecommitdiff
path: root/audio/musicpd
diff options
context:
space:
mode:
authordanw <danw@pkgsrc.org>2004-05-20 16:13:05 +0000
committerdanw <danw@pkgsrc.org>2004-05-20 16:13:05 +0000
commit884bfb7d8de01ee0e576e1495be9d90e3f7665f0 (patch)
tree05629c8037432704f7f337f1f1213d4f378509e1 /audio/musicpd
parentc51f31d0a84295cb12c72159151fcfb1de1a2c9b (diff)
downloadpkgsrc-884bfb7d8de01ee0e576e1495be9d90e3f7665f0.tar.gz
Revert the change to put -liconv into BUILDLINK_LDFLAGS.iconv (which
breaks some things on Darwin) and fix audio/musicpd so it doesn't need it (by faking out a configure check that gets confused by the iconv_open -> libiconv_open renaming)
Diffstat (limited to 'audio/musicpd')
-rw-r--r--audio/musicpd/Makefile3
1 files changed, 2 insertions, 1 deletions
diff --git a/audio/musicpd/Makefile b/audio/musicpd/Makefile
index f6ef5910108..d0cb907bcda 100644
--- a/audio/musicpd/Makefile
+++ b/audio/musicpd/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.1.1.1 2004/04/30 10:48:21 grant Exp $
+# $NetBSD: Makefile,v 1.2 2004/05/20 16:13:05 danw Exp $
DISTNAME= mpd-${PKGVERSION}
PKGNAME= musicpd-0.10.3
@@ -53,6 +53,7 @@ CONFIGURE_ARGS+= --disable-aac
.if ${MUSICPD_WITH_AUDIOFILE} == "YES"
. include "../../audio/libaudiofile/buildlink3.mk"
CONFIGURE_ARGS+= --with-audiofile=${BUILDLINK_PREFIX.audiofile}
+CONFIGURE_ENV+= ac_cv_lib_iconv_iconv_open=yes
.else
CONFIGURE_ARGS+= --disable-audiofile
.endif