pkgsrc-Changes archive

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

CVS commit: pkgsrc/devel/swig2



Module Name:    pkgsrc
Committed By:   rillig
Date:           Sun May 10 18:31:20 UTC 2020

Modified Files:
        pkgsrc/devel/swig2: Makefile

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


To generate a diff of this commit:
cvs rdiff -u -r1.12 -r1.13 pkgsrc/devel/swig2/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/swig2/Makefile
diff -u pkgsrc/devel/swig2/Makefile:1.12 pkgsrc/devel/swig2/Makefile:1.13
--- pkgsrc/devel/swig2/Makefile:1.12    Thu Apr 25 07:32:50 2019
+++ pkgsrc/devel/swig2/Makefile Sun May 10 18:31:20 2020
@@ -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_LANGUAGES=                c c++
 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