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:
parent
696c31d235
commit
2adfb98bee
1 changed files with 3 additions and 1 deletions
|
@ -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"
|
||||
|
|
Loading…
Reference in a new issue