pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/math/pari pari: uses perl unsafe @INC



details:   https://anonhg.NetBSD.org/pkgsrc/rev/6c326c36ba61
branches:  trunk
changeset: 368402:6c326c36ba61
user:      tnn <tnn%pkgsrc.org@localhost>
date:      Sat Sep 16 13:27:59 2017 +0000

description:
pari: uses perl unsafe @INC

diffstat:

 math/pari/Makefile |  3 ++-
 1 files changed, 2 insertions(+), 1 deletions(-)

diffs (17 lines):

diff -r 7569788731bd -r 6c326c36ba61 math/pari/Makefile
--- a/math/pari/Makefile        Sat Sep 16 13:20:11 2017 +0000
+++ b/math/pari/Makefile        Sat Sep 16 13:27:59 2017 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.72 2017/01/07 13:37:41 leot Exp $
+# $NetBSD: Makefile,v 1.73 2017/09/16 13:27:59 tnn Exp $
 
 DISTNAME=      pari-2.7.6
 PKGREVISION=   2
@@ -18,6 +18,7 @@
 HAS_CONFIGURE=         yes
 CONFIGURE_ENV+=                LOCALBASE=${LOCALBASE}
 CONFIGURE_ENV+=                PERL5=${PERL5:Q}
+MAKE_ENV+=             PERL_USE_UNSAFE_INC=1
 
 CONFIGURE_SCRIPT=      ${WRKSRC}/Configure
 CONFIGURE_ARGS+=       --prefix=${PREFIX}



Home | Main Index | Thread Index | Old Index