summaryrefslogtreecommitdiff
path: root/math/p5-Math-Pari
diff options
context:
space:
mode:
authorschmonz <schmonz>2009-09-16 02:32:00 +0000
committerschmonz <schmonz>2009-09-16 02:32:00 +0000
commitb94cd37f633cef009301c9c1b188c756a0a19c11 (patch)
treed83c6f2bda2b8150c5c9893feddb6956d9d205b9 /math/p5-Math-Pari
parent3ba5bae6329b1002265c5d5fed1c1b45d5edf89b (diff)
downloadpkgsrc-b94cd37f633cef009301c9c1b188c756a0a19c11.tar.gz
Apply patches/diff_2.1.7_-O from the distribution to fix Lunix build. No
change to "make test" results on OS X or NetBSD.
Diffstat (limited to 'math/p5-Math-Pari')
-rw-r--r--math/p5-Math-Pari/distinfo3
-rw-r--r--math/p5-Math-Pari/patches/patch-ae13
2 files changed, 15 insertions, 1 deletions
diff --git a/math/p5-Math-Pari/distinfo b/math/p5-Math-Pari/distinfo
index b7131062e35..ff8f798b66f 100644
--- a/math/p5-Math-Pari/distinfo
+++ b/math/p5-Math-Pari/distinfo
@@ -1,4 +1,4 @@
-$NetBSD: distinfo,v 1.14 2009/08/16 13:33:07 he Exp $
+$NetBSD: distinfo,v 1.15 2009/09/16 02:32:00 schmonz Exp $
SHA1 (Math-Pari-2.010801.tar.gz) = 9becc6cbbb80983408de7b3f33e7f19a8015cc34
RMD160 (Math-Pari-2.010801.tar.gz) = 72af931cd38b3d2e7bb158bbbe6221292dfe07e1
@@ -10,3 +10,4 @@ SHA1 (patch-aa) = 0260c0c980ccb11bcad7c744a37de990ffcb70cd
SHA1 (patch-ab) = 2a8fa083962782dd498a72fbd7901636592bfc1b
SHA1 (patch-ac) = 92e72613058ffa248f2428dea5de368a39186040
SHA1 (patch-ad) = 6e7ff863f35d9c4c877c180a22935fb9852939b9
+SHA1 (patch-ae) = 2bd3bc8841fb646a478be10f4014bba2442500cb
diff --git a/math/p5-Math-Pari/patches/patch-ae b/math/p5-Math-Pari/patches/patch-ae
new file mode 100644
index 00000000000..2a70aa9b650
--- /dev/null
+++ b/math/p5-Math-Pari/patches/patch-ae
@@ -0,0 +1,13 @@
+$NetBSD: patch-ae,v 1.1 2009/09/16 02:32:00 schmonz Exp $
+
+--- ../pari-2.1.6/src/headers/parisys.h.orig 2001-11-04 06:30:48.000000000 -0800
++++ ../pari-2.1.6/src/headers/parisys.h
+@@ -48,7 +48,7 @@ Foundation, Inc., 59 Temple Place - Suit
+ # ifdef __GNUC__
+ # define VOLATILE __volatile__
+ # ifdef GCC_INLINE
+-# ifndef __OPTIMIZE__
++# ifdef __OPTIMIZE__NONE
+ # error "no inlining without -O. Put back -O or remove -DGCC_INLINE"
+ # else
+ # define INLINE __inline__ static