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.
This commit is contained in:
jperkin 2014-09-08 08:33:59 +00:00
parent 696c31d235
commit 2adfb98bee

View file

@ -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 @@ CONFIGURE_ARGS+= --disable-modular-tests
# 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"