Source-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[pkgsrc/trunk]: pkgsrc/devel/swig2 devel/swig2: skip check for unknown config...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/9965268753eb
branches:  trunk
changeset: 431250:9965268753eb
user:      rillig <rillig%pkgsrc.org@localhost>
date:      Sun May 10 18:31:20 2020 +0000

description:
devel/swig2: skip check for unknown configure options

diffstat:

 devel/swig2/Makefile |  3 ++-
 1 files changed, 2 insertions(+), 1 deletions(-)

diffs (17 lines):

diff -r fcd4f08e1424 -r 9965268753eb devel/swig2/Makefile
--- a/devel/swig2/Makefile      Sun May 10 18:24:56 2020 +0000
+++ b/devel/swig2/Makefile      Sun May 10 18:31:20 2020 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.12 2019/04/25 07:32:50 maya Exp $
+# $NetBSD: Makefile,v 1.13 2020/05/10 18:31:20 rillig Exp $
 
 DISTNAME=      swig-2.0.12
 PKGNAME=       ${DISTNAME:S/swig-/swig2-/}
@@ -40,6 +40,7 @@
 USE_LIBTOOL=           yes
 USE_TOOLS+=            gmake pax
 GNU_CONFIGURE=         yes
+GNU_CONFIGURE_STRICT=  no # has sub-configures
 
 INSTALLATION_DIRS+=    share/doc/swig/2.0 share/examples/swig/2.0
 



Home | Main Index | Thread Index | Old Index