diff options
author | Mathieu Arnold <mat@FreeBSD.org> | 2003-08-26 05:30:07 +0000 |
---|---|---|
committer | Mathieu Arnold <mat@FreeBSD.org> | 2003-08-26 05:30:07 +0000 |
commit | 484f8d9cd44f9dfdfbd1dcd0b2cb099c0f60d68e (patch) | |
tree | 81cde8bb487cf03729fa66fa564ce042221e1c0b /math/p5-Math-Pari | |
parent | 0743f70747075c741d05548b8cfccb1f20c10d7e (diff) |
Notes
Diffstat (limited to 'math/p5-Math-Pari')
-rw-r--r-- | math/p5-Math-Pari/files/patch-makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/math/p5-Math-Pari/files/patch-makefile b/math/p5-Math-Pari/files/patch-makefile index 9a33e8398aa6..d850c3f29b8e 100644 --- a/math/p5-Math-Pari/files/patch-makefile +++ b/math/p5-Math-Pari/files/patch-makefile @@ -3,7 +3,8 @@ @@ -137,11 +137,13 @@ $mycflags .= " -DASMINLINE"; } - $mycflags .= ' -DGCC_INLINE' if $Config{gccversion}; +-$mycflags .= ' -DGCC_INLINE' if $Config{gccversion}; ++$mycflags .= ' -O -DGCC_INLINE' if $Config{gccversion}; +$mycflags .= " $ENV{CFLAGS} " if $ENV{CFLAGS}; @obj_files = map { "$_\$(OBJ_EXT)" } keys(%cfiles), qw(kernel mp mpinl); |