diff options
author | Jesper Skriver <jesper@FreeBSD.org> | 2002-03-14 16:31:33 +0000 |
---|---|---|
committer | Jesper Skriver <jesper@FreeBSD.org> | 2002-03-14 16:31:33 +0000 |
commit | d7db143eea75c9260a0f24e7b61809e4c2f3078a (patch) | |
tree | 2b0ca35e53a45c4e2dc7f882ebe0cbaf3928efdb /math/p5-Math-Pari | |
parent | d2855e0069d6374333ac29fb9a7a0549dcd54222 (diff) |
Notes
Diffstat (limited to 'math/p5-Math-Pari')
-rw-r--r-- | math/p5-Math-Pari/files/patch-makefile | 12 |
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; + |