Source-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/devel/swig devel/swig: suppress USE_TOOLS+=perl warning



details:   https://anonhg.NetBSD.org/pkgsrc/rev/2d25ca1fc70d
branches:  trunk
changeset: 431418:2d25ca1fc70d
user:      rillig <rillig%pkgsrc.org@localhost>
date:      Wed May 13 04:02:34 2020 +0000

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

diffstat:

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

diffs (17 lines):

diff -r c7b3f8a6b6eb -r 2d25ca1fc70d devel/swig/Makefile
--- a/devel/swig/Makefile       Wed May 13 04:01:36 2020 +0000
+++ b/devel/swig/Makefile       Wed May 13 04:02:34 2020 +0000
@@ -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 @@
 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