pkgsrc-Changes archive

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

CVS commit: pkgsrc/devel/swig



Module Name:    pkgsrc
Committed By:   rillig
Date:           Wed May 13 04:02:35 UTC 2020

Modified Files:
        pkgsrc/devel/swig: Makefile

Log Message:
devel/swig: suppress USE_TOOLS+=perl warning


To generate a diff of this commit:
cvs rdiff -u -r1.39 -r1.40 pkgsrc/devel/swig/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/swig/Makefile
diff -u pkgsrc/devel/swig/Makefile:1.39 pkgsrc/devel/swig/Makefile:1.40
--- pkgsrc/devel/swig/Makefile:1.39     Thu May  4 12:21:45 2017
+++ pkgsrc/devel/swig/Makefile  Wed May 13 04:02:34 2020
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.39 2017/05/04 12:21:45 jperkin Exp $
+# $NetBSD: Makefile,v 1.40 2020/05/13 04:02:34 rillig Exp $
 
 DISTNAME=      swig-1.3.38
 PKGREVISION=   1
@@ -17,6 +17,7 @@ LICENSE=      2-clause-bsd
 CONFLICTS=             swig-build-[0-9]*
 
 CONFIGURE_ARGS+=       --with-swiglibdir=${PREFIX}/share/swig/1.3
+CONFIGURE_ARGS+=       --without-perl5
 BUILD_TARGET=          swig
 
 USE_TOOLS+=            gmake pax



Home | Main Index | Thread Index | Old Index