diff options
author | rillig <rillig@pkgsrc.org> | 2019-04-28 18:33:57 +0000 |
---|---|---|
committer | rillig <rillig@pkgsrc.org> | 2019-04-28 18:33:57 +0000 |
commit | 75f7f6f3caf66db30494f00584170bcf4075a1ee (patch) | |
tree | ecdffaf8d64b1a849b46aea4780f774a8f93daa4 | |
parent | 0e4784d9b8590c59fe3315bc45211acc1618a5bc (diff) | |
download | pkgsrc-75f7f6f3caf66db30494f00584170bcf4075a1ee.tar.gz |
devel/gettext-lib: disable check for unknown configure options
-rw-r--r-- | devel/gettext-lib/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/devel/gettext-lib/Makefile b/devel/gettext-lib/Makefile index a23deabf742..e058ba3930e 100644 --- a/devel/gettext-lib/Makefile +++ b/devel/gettext-lib/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.57 2015/04/11 18:27:32 bsiegert Exp $ +# $NetBSD: Makefile,v 1.58 2019/04/28 18:33:57 rillig Exp $ .include "../../devel/gettext/Makefile.common" @@ -11,6 +11,7 @@ CONFIGURE_ARGS+= --disable-csharp CONFIGURE_ARGS+= --disable-c++ CONFIGURE_ENV+= PKGLOCALEDIR=${PKGLOCALEDIR} MAKE_ENV+= PKGLOCALEDIR=${PKGLOCALEDIR} +GNU_CONFIGURE_STRICT= no # because of gettext-tools/examples CFLAGS+= ${CFLAGS.${ICONV_TYPE}-iconv} CFLAGS.gnu-iconv+= -DHAVE_GNU_ICONV |