diff options
author | rillig <rillig@pkgsrc.org> | 2019-05-04 15:32:32 +0000 |
---|---|---|
committer | rillig <rillig@pkgsrc.org> | 2019-05-04 15:32:32 +0000 |
commit | 1cfcfe33282168aa39c02c11bffce91072606aab (patch) | |
tree | 889032acb138f048ce27cb2591b4cd45297a2393 /converters/libiconv | |
parent | 4b0427fc807b6931b11c40a961d501a9ccab76fa (diff) | |
download | pkgsrc-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.
Diffstat (limited to 'converters/libiconv')
-rw-r--r-- | converters/libiconv/Makefile | 5 |
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]* |