pkgsrc-Changes archive

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

CVS commit: pkgsrc/devel/swig3



Module Name:    pkgsrc
Committed By:   rillig
Date:           Sun May 10 14:53:00 UTC 2020

Modified Files:
        pkgsrc/devel/swig3: Makefile

Log Message:
devel/swig3: skip check for unknown configure options


To generate a diff of this commit:
cvs rdiff -u -r1.6 -r1.7 pkgsrc/devel/swig3/Makefile

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

Modified files:

Index: pkgsrc/devel/swig3/Makefile
diff -u pkgsrc/devel/swig3/Makefile:1.6 pkgsrc/devel/swig3/Makefile:1.7
--- pkgsrc/devel/swig3/Makefile:1.6     Sun Aug 11 13:20:52 2019
+++ pkgsrc/devel/swig3/Makefile Sun May 10 14:53:00 2020
@@ -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 @@ LICENSE=      gnu-gpl-v3
 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