openbsd-ports/math/p5-Math-GMPz/patches/patch-Makefile_PL
steven 9ec9623ade update to 0.55
ok aisha@
2022-11-13 19:11:37 +00:00

16 lines
334 B
Plaintext

Index: Makefile.PL
--- Makefile.PL.orig
+++ Makefile.PL
@@ -117,9 +117,8 @@ my %options = (
ABSTRACT => 'Perl interface to the GMP integer functions',
DEFINE => $defines,
- LIBS => [
- $libopts
- ],
+ INC => "$ENV{CPPFLAGS}",
+ LIBS => ["$ENV{LDFLAGS} -lgmp"],
LICENSE => 'perl',
VERSION_FROM => 'GMPz.pm',