diff options
author | rillig <rillig@pkgsrc.org> | 2019-10-06 08:58:22 +0000 |
---|---|---|
committer | rillig <rillig@pkgsrc.org> | 2019-10-06 08:58:22 +0000 |
commit | 2aac154e3fb53b58f43da52cd92d22aa958be86e (patch) | |
tree | 00c4a39b14e5482322d45c6e535d996878ddf572 /devel/gtexinfo | |
parent | 6d2ee5f4a7c3ea624408af87b925b4bd8e1ab91f (diff) | |
download | pkgsrc-2aac154e3fb53b58f43da52cd92d22aa958be86e.tar.gz |
devel/gtexinfo: disable strict check for configure arguments
When the check was enabled, the sub-configure for the Perl modules didn't
know some options and failed. This in turn disabled the Perl modules from
being installed, but the PLIST mentions them unconditionally.
Diffstat (limited to 'devel/gtexinfo')
-rw-r--r-- | devel/gtexinfo/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/devel/gtexinfo/Makefile b/devel/gtexinfo/Makefile index 7adf6e509f7..be9c982da8e 100644 --- a/devel/gtexinfo/Makefile +++ b/devel/gtexinfo/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.102 2019/08/11 13:18:44 wiz Exp $ +# $NetBSD: Makefile,v 1.103 2019/10/06 08:58:22 rillig Exp $ DISTNAME= texinfo-6.5 PKGNAME= g${DISTNAME} @@ -18,6 +18,7 @@ DEPENDS+= p5-Text-Unidecode-[0-9]*:../../textproc/p5-Text-Unidecode DEPENDS+= p5-Unicode-EastAsianWidth-[0-9]*:../../converters/p5-Unicode-EastAsianWidth GNU_CONFIGURE= yes +GNU_CONFIGURE_STRICT= no # otherwise MiscXS.pm won't be installed CONFIGURE_ARGS+= --with-external-libintl-perl CONFIGURE_ARGS+= --with-external-Text-Unidecode CONFIGURE_ARGS+= --with-external-Unicode-EastAsianWidth |