mirror of
https://git.freebsd.org/ports.git
synced 2025-04-28 01:26:39 -04:00
Changelog: https://metacpan.org/dist/Math-Pari/changes Bump PORTEPOCH due to perl version inconsistency
11 lines
477 B
Perl
11 lines
477 B
Perl
--- Makefile.PL.orig 2025-03-19 14:58:34 UTC
|
|
+++ Makefile.PL
|
|
@@ -255,7 +255,7 @@
|
|
) :
|
|
(MYEXTLIB => 'libPARI/libPARI$(LIB_EXT)')),
|
|
LIBS => $libs,
|
|
- INC => $extra_inc . ' -I $(PARI_DIR_SRC)/headers -I $(PARI_DIR_SRC) -I ./libPARI',
|
|
+ INC => '-I$(PARI_DIR)/src',
|
|
VERSION_FROM => 'Pari.pm',
|
|
($] >= 5.005 ? ## Add these new keywords supported since 5.005
|
|
(ABSTRACT_FROM => 'Pari.pm', # retrieve abstract from module
|