diff options
author | schmonz <schmonz> | 2009-09-16 02:32:00 +0000 |
---|---|---|
committer | schmonz <schmonz> | 2009-09-16 02:32:00 +0000 |
commit | eb588123634e37ffa69e9a2fcce44b8b59673b51 (patch) | |
tree | d83c6f2bda2b8150c5c9893feddb6956d9d205b9 /math | |
parent | 8f51859a70d56e46fccfe906223e46eb1941be1f (diff) | |
download | pkgsrc-eb588123634e37ffa69e9a2fcce44b8b59673b51.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')
-rw-r--r-- | math/p5-Math-Pari/distinfo | 3 | ||||
-rw-r--r-- | math/p5-Math-Pari/patches/patch-ae | 13 |
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 |