pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/devel/glib2 Put back CONFIGURE_ARGS.gnu-iconv, it is r...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/54067f03df09
branches:  trunk
changeset: 639206:54067f03df09
user:      jperkin <jperkin%pkgsrc.org@localhost>
date:      Mon Sep 08 08:33:59 2014 +0000

description:
Put back CONFIGURE_ARGS.gnu-iconv, it is required for the ICONV_TYPE=gnu
case to avoid conflicts between the native libiconv and iconv.h from GNU
libiconv and ensure only GNU libiconv is used.  Discussed with prlw1.

diffstat:

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

diffs (18 lines):

diff -r a4470438add9 -r 54067f03df09 devel/glib2/Makefile.common
--- a/devel/glib2/Makefile.common       Mon Sep 08 07:16:28 2014 +0000
+++ b/devel/glib2/Makefile.common       Mon Sep 08 08:33:59 2014 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile.common,v 1.37 2014/09/05 20:49:55 prlw1 Exp $
+# $NetBSD: Makefile.common,v 1.38 2014/09/08 08:33:59 jperkin Exp $
 #
 # used by devel/glib2/Makefile
 # used by devel/gdbus-codegen/Makefile
@@ -40,6 +40,8 @@
 # Avoid unnecessary autotools invocation.
 CONFIGURE_ARGS+=       --disable-maintainer-mode
 
+CONFIGURE_ARGS.gnu-iconv=      --with-libiconv=gnu
+
 CONFIGURE_ENV+=                PERL_PATH=${PERL5:Q}
 
 .include "../../mk/bsd.prefs.mk"



Home | Main Index | Thread Index | Old Index