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: suppress USE_TOOLS+=perl warning



details:   https://anonhg.NetBSD.org/pkgsrc/rev/87a47d242f1b
branches:  trunk
changeset: 431995:87a47d242f1b
user:      rillig <rillig%pkgsrc.org@localhost>
date:      Mon May 18 05:09:50 2020 +0000

description:
devel/swig2: suppress USE_TOOLS+=perl warning

diffstat:

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

diffs (17 lines):

diff -r 893452b393ed -r 87a47d242f1b devel/swig2/Makefile
--- a/devel/swig2/Makefile      Mon May 18 05:08:52 2020 +0000
+++ b/devel/swig2/Makefile      Mon May 18 05:09:50 2020 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.13 2020/05/10 18:31:20 rillig Exp $
+# $NetBSD: Makefile,v 1.14 2020/05/18 05:09:50 rillig Exp $
 
 DISTNAME=      swig-2.0.12
 PKGNAME=       ${DISTNAME:S/swig-/swig2-/}
@@ -39,6 +39,7 @@
 USE_LANGUAGES=         c c++
 USE_LIBTOOL=           yes
 USE_TOOLS+=            gmake pax
+TOOLS_BROKEN+=         perl
 GNU_CONFIGURE=         yes
 GNU_CONFIGURE_STRICT=  no # has sub-configures
 



Home | Main Index | Thread Index | Old Index