summaryrefslogtreecommitdiff
path: root/math/p5-Math-Pari/files/patch-makefile
diff options
context:
space:
mode:
Diffstat (limited to '')
-rw-r--r--math/p5-Math-Pari/files/patch-makefile12
1 files changed, 11 insertions, 1 deletions
diff --git a/math/p5-Math-Pari/files/patch-makefile b/math/p5-Math-Pari/files/patch-makefile
index db1da876e65a..a8a60fb4d0fd 100644
--- a/math/p5-Math-Pari/files/patch-makefile
+++ b/math/p5-Math-Pari/files/patch-makefile
@@ -5,7 +5,17 @@
# Uncomment and change this line if I fail to find it
-# $paridir = "..";
-+$paridir = "../../../pari/work/pari-2.1.1";
++$paridir = "../../../pari/work/pari-2.1.3";
unless (-t STDOUT) { # Better reports if run with redirections
my $odef = select STDERR;
+--- libPARI/Makefile.PL.orig Thu Mar 14 15:04:06 2002
++++ libPARI/Makefile.PL Thu Mar 14 15:03:30 2002
+@@ -381,6 +381,7 @@
+ #}
+
+ $mycflags .= " -DDYNAMIC_PLOTTING";
++$mycflags .= " -DDL_DFLT_NAME=\\\"libpari.2.1.3\\\"";
+ # OMF build needs no underscores:
+ $mycflags .= " -D__NO_AOUT" if $^O eq 'os2' and !$OS2::is_aout;
+