Source-Changes-HG archive

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

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



details:   https://anonhg.NetBSD.org/pkgsrc/rev/59747a841d20
branches:  trunk
changeset: 431242:59747a841d20
user:      rillig <rillig%pkgsrc.org@localhost>
date:      Sun May 10 14:53:00 2020 +0000

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

diffstat:

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

diffs (17 lines):

diff -r 2a36435c1633 -r 59747a841d20 devel/swig3/Makefile
--- a/devel/swig3/Makefile      Sun May 10 14:50:31 2020 +0000
+++ b/devel/swig3/Makefile      Sun May 10 14:53:00 2020 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.6 2019/08/11 13:20:52 wiz Exp $
+# $NetBSD: Makefile,v 1.7 2020/05/10 14:53:00 rillig Exp $
 
 DISTNAME=      swig-3.0.12
 PKGNAME=       ${DISTNAME:S/swig/swig3/}
@@ -14,6 +14,7 @@
 USE_LANGUAGES=         c c++
 USE_TOOLS+=            perl:build
 GNU_CONFIGURE=         yes
+GNU_CONFIGURE_STRICT=  no # has sub-configure
 CONFIGURE_ARGS+=       --program-suffix=3.0
 CONFIGURE_ARGS+=       --with-swiglibdir=${PREFIX}/share/swig/3.0
 



Home | Main Index | Thread Index | Old Index