summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorrillig <rillig@pkgsrc.org>2019-05-04 15:32:32 +0000
committerrillig <rillig@pkgsrc.org>2019-05-04 15:32:32 +0000
commit1cfcfe33282168aa39c02c11bffce91072606aab (patch)
tree889032acb138f048ce27cb2591b4cd45297a2393
parent4b0427fc807b6931b11c40a961d501a9ccab76fa (diff)
downloadpkgsrc-1cfcfe33282168aa39c02c11bffce91072606aab.tar.gz
converters/libiconv: disable GNU_CONFIGURE_STRICT check
The check would report many unknown options. This is only because libiconv has several configure scripts, and in the end, all given options are necessary.
-rw-r--r--converters/libiconv/Makefile5
1 files changed, 3 insertions, 2 deletions
diff --git a/converters/libiconv/Makefile b/converters/libiconv/Makefile
index db0d13db167..3577bf50a54 100644
--- a/converters/libiconv/Makefile
+++ b/converters/libiconv/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.66 2017/03/30 12:40:31 jperkin Exp $
+# $NetBSD: Makefile,v 1.67 2019/05/04 15:32:32 rillig Exp $
DISTNAME= libiconv-1.14
PKGREVISION= 3
@@ -12,8 +12,9 @@ LICENSE= gnu-gpl-v3 AND gnu-lgpl-v2
USE_LANGUAGES+= c c++
USE_LIBTOOL= yes
-USE_TOOLS+= pax
+USE_TOOLS+= pax
GNU_CONFIGURE= yes
+GNU_CONFIGURE_STRICT= no # has multiple configure scripts
CONFLICTS= man-pages-[0-9]*