diff options
author | salo <salo> | 2003-06-25 22:18:30 +0000 |
---|---|---|
committer | salo <salo> | 2003-06-25 22:18:30 +0000 |
commit | 4bdf002c428dbc029fc652a7f275746142217c52 (patch) | |
tree | e2081564ace1f7484e8f3b09e3ff6f3ce70bfeec /devel/glib2 | |
parent | 080fc888caad55a352cc9c5c74b865e137d2c1ad (diff) | |
download | pkgsrc-4bdf002c428dbc029fc652a7f275746142217c52.tar.gz |
This really wants GNU iconv.
Diffstat (limited to 'devel/glib2')
-rw-r--r-- | devel/glib2/Makefile | 4 |
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 | \ |