diff options
Diffstat (limited to 'math/p5-Math-BigInt-GMP/patches/patch-aa')
-rw-r--r-- | math/p5-Math-BigInt-GMP/patches/patch-aa | 12 |
1 files changed, 6 insertions, 6 deletions
diff --git a/math/p5-Math-BigInt-GMP/patches/patch-aa b/math/p5-Math-BigInt-GMP/patches/patch-aa index 422d7e09956..088e8303386 100644 --- a/math/p5-Math-BigInt-GMP/patches/patch-aa +++ b/math/p5-Math-BigInt-GMP/patches/patch-aa @@ -1,17 +1,17 @@ -$NetBSD: patch-aa,v 1.2 2010/09/23 21:58:13 sno Exp $ +$NetBSD: patch-aa,v 1.3 2011/08/16 22:21:45 wiz Exp $ From p5-Math-GMP/patches/patch-aa: Trick perl into emitting use of -lgmp. Actual library location will be handled via buildlink / wrapper. ---- Makefile.PL.orig 2010-09-14 16:58:27.000000000 +0000 +--- Makefile.PL.orig 2011-02-26 14:34:32.000000000 +0000 +++ Makefile.PL @@ -53,6 +53,6 @@ WriteMakefile( - Math::BigInt => 1.90, - XSLoader => 0.02, - }, -- 'LIBS' => ['-lgmp'], + Math::BigInt => 1.993, + XSLoader => 0.02, + }, +- 'LIBS' => ['-lgmp'], + 'LIBS' => ["-L$ENV{PREFIX}/lib -lgmp"], 'SIGN' => 1, ); |