summaryrefslogtreecommitdiff
path: root/devel
diff options
context:
space:
mode:
authordmcmahill <dmcmahill>2003-10-30 10:27:52 +0000
committerdmcmahill <dmcmahill>2003-10-30 10:27:52 +0000
commit7c215f4cc7eca406ae05e9b5d8fce0def4d74dfb (patch)
treed102d0412d46d897bd5ba8a9e5aa6ccd76ffeb39 /devel
parentb5711630bf0678493df01ae21e168f2e7a54acbb (diff)
downloadpkgsrc-7c215f4cc7eca406ae05e9b5d8fce0def4d74dfb.tar.gz
add --with-libiconv=yes to CONFIGURE_ARGS. This makes sure that the
USE_GNU_ICONV is correctly set on systems which need the pkgsrc libiconv.
Diffstat (limited to 'devel')
-rw-r--r--devel/glib2/Makefile3
1 files changed, 2 insertions, 1 deletions
diff --git a/devel/glib2/Makefile b/devel/glib2/Makefile
index 1b4cc78eda3..2a23c9207dd 100644
--- a/devel/glib2/Makefile
+++ b/devel/glib2/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.30 2003/09/27 20:18:37 danw Exp $
+# $NetBSD: Makefile,v 1.31 2003/10/30 10:27:52 dmcmahill Exp $
DISTNAME= glib-2.2.3
PKGREVISION= 1
@@ -31,6 +31,7 @@ CONFIGURE_ENV+= PKGLOCALEDIR=${PKGLOCALEDIR}
CONFIGURE_ARGS+= --enable-gtk-doc=no
CONFIGURE_ARGS+= --includedir=${PREFIX}/include/glib
CONFIGURE_ARGS+= --with-html-dir=${PREFIX}/share/doc/html
+CONFIGURE_ARGS+= --with-libiconv=yes
TEST_TARGET= check