pkgsrc-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[pkgsrc/trunk]: pkgsrc/devel/glib2 add --with-libiconv=yes to CONFIGURE_ARGS....



details:   https://anonhg.NetBSD.org/pkgsrc/rev/cd35b0185d78
branches:  trunk
changeset: 463152:cd35b0185d78
user:      dmcmahill <dmcmahill%pkgsrc.org@localhost>
date:      Thu Oct 30 10:27:52 2003 +0000

description:
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:

 devel/glib2/Makefile |  3 ++-
 1 files changed, 2 insertions(+), 1 deletions(-)

diffs (17 lines):

diff -r 98aa6c5ea572 -r cd35b0185d78 devel/glib2/Makefile
--- a/devel/glib2/Makefile      Thu Oct 30 08:36:03 2003 +0000
+++ b/devel/glib2/Makefile      Thu Oct 30 10:27:52 2003 +0000
@@ -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_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
 



Home | Main Index | Thread Index | Old Index