summaryrefslogtreecommitdiff
path: root/math/pari
diff options
context:
space:
mode:
authortnn <tnn@pkgsrc.org>2017-09-16 13:27:59 +0000
committertnn <tnn@pkgsrc.org>2017-09-16 13:27:59 +0000
commit42b5fb6a9d03d3cd3696b7df2eb920813caf72e6 (patch)
tree469fa97d22eb6e6fd61e2ab684ae7a9887bc813c /math/pari
parentf485f16a7ca0c99a5df0405e88b83eea2f37f9d8 (diff)
downloadpkgsrc-42b5fb6a9d03d3cd3696b7df2eb920813caf72e6.tar.gz
pari: uses perl unsafe @INC
Diffstat (limited to 'math/pari')
-rw-r--r--math/pari/Makefile3
1 files changed, 2 insertions, 1 deletions
diff --git a/math/pari/Makefile b/math/pari/Makefile
index 786f655fd0a..fc80afe54b3 100644
--- a/math/pari/Makefile
+++ b/math/pari/Makefile
@@ -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}