pkgsrc-Changes archive

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

CVS commit: pkgsrc/math/pari



Module Name:    pkgsrc
Committed By:   tnn
Date:           Sat Sep 16 13:27:59 UTC 2017

Modified Files:
        pkgsrc/math/pari: Makefile

Log Message:
pari: uses perl unsafe @INC


To generate a diff of this commit:
cvs rdiff -u -r1.72 -r1.73 pkgsrc/math/pari/Makefile

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

Modified files:

Index: pkgsrc/math/pari/Makefile
diff -u pkgsrc/math/pari/Makefile:1.72 pkgsrc/math/pari/Makefile:1.73
--- pkgsrc/math/pari/Makefile:1.72      Sat Jan  7 13:37:41 2017
+++ pkgsrc/math/pari/Makefile   Sat Sep 16 13:27:59 2017
@@ -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 @@ USE_LANGUAGES+=               c c++
 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