summaryrefslogtreecommitdiff
path: root/devel/glib2
diff options
context:
space:
mode:
authorsalo <salo@pkgsrc.org>2003-06-25 22:18:30 +0000
committersalo <salo@pkgsrc.org>2003-06-25 22:18:30 +0000
commit90223ac185a9c009383053ee9db07fd29f395ec9 (patch)
treee2081564ace1f7484e8f3b09e3ff6f3ce70bfeec /devel/glib2
parent3dffc06846e48e114e641f7b6b34e2aa6619c2e4 (diff)
downloadpkgsrc-90223ac185a9c009383053ee9db07fd29f395ec9.tar.gz
This really wants GNU iconv.
Diffstat (limited to 'devel/glib2')
-rw-r--r--devel/glib2/Makefile4
1 files changed, 3 insertions, 1 deletions
diff --git a/devel/glib2/Makefile b/devel/glib2/Makefile
index 1221b3d046f..b2af3bb52e7 100644
--- a/devel/glib2/Makefile
+++ b/devel/glib2/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.23 2003/06/09 23:03:29 jmmv Exp $
+# $NetBSD: Makefile,v 1.24 2003/06/25 22:18:30 salo Exp $
DISTNAME= glib-2.2.2
PKGNAME= ${DISTNAME:S/glib/glib2/}
@@ -17,6 +17,7 @@ USE_BUILDLINK2= yes
USE_PKGLOCALEDIR= yes
USE_GMAKE= yes
USE_PERL5= yes
+USE_GNU_ICONV= yes
USE_LIBTOOL= yes
LIBTOOL_OVERRIDE= ${WRKSRC}/libtool
@@ -30,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=gnu
test: build
cd ${WRKSRC} && ${MAKE_ENV} ${MAKE_PROGRAM} check 2>&1 | \