summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorrillig <rillig@pkgsrc.org>2019-04-28 18:33:57 +0000
committerrillig <rillig@pkgsrc.org>2019-04-28 18:33:57 +0000
commit75f7f6f3caf66db30494f00584170bcf4075a1ee (patch)
treeecdffaf8d64b1a849b46aea4780f774a8f93daa4
parent0e4784d9b8590c59fe3315bc45211acc1618a5bc (diff)
downloadpkgsrc-75f7f6f3caf66db30494f00584170bcf4075a1ee.tar.gz
devel/gettext-lib: disable check for unknown configure options
-rw-r--r--devel/gettext-lib/Makefile3
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