diff options
author | sunpoet <sunpoet@FreeBSD.org> | 2011-09-20 16:49:57 +0800 |
---|---|---|
committer | sunpoet <sunpoet@FreeBSD.org> | 2011-09-20 16:49:57 +0800 |
commit | 93a92faacbb581ae11a9438e93f81a8b85d2c48a (patch) | |
tree | a331ef5572322a14c99ab61a7a3e6b4a91964af6 /math/p5-Math-GSL/files | |
parent | 2a49d1a65bca1e9856bf15347688c55a0085c494 (diff) | |
download | freebsd-ports-gnome-93a92faacbb581ae11a9438e93f81a8b85d2c48a.tar.gz freebsd-ports-gnome-93a92faacbb581ae11a9438e93f81a8b85d2c48a.tar.zst freebsd-ports-gnome-93a92faacbb581ae11a9438e93f81a8b85d2c48a.zip |
- Update to 0.26
- Sort MAN3 and PLIST
Changes: http://search.cpan.org/dist/Math-GSL/Changes
Diffstat (limited to 'math/p5-Math-GSL/files')
-rw-r--r-- | math/p5-Math-GSL/files/patch-inc-GSLBuilder.pm | 16 |
1 files changed, 5 insertions, 11 deletions
diff --git a/math/p5-Math-GSL/files/patch-inc-GSLBuilder.pm b/math/p5-Math-GSL/files/patch-inc-GSLBuilder.pm index 15aa764a4e72..2b7200fd4a2c 100644 --- a/math/p5-Math-GSL/files/patch-inc-GSLBuilder.pm +++ b/math/p5-Math-GSL/files/patch-inc-GSLBuilder.pm @@ -1,17 +1,11 @@ -Copy the attached patch to: files/patch-inc-GSLBuilder.pm - -Patch attached with submission follows: - ---- inc/GSLBuilder.pm 2009-05-20 02:50:44.000000000 -0400 -+++ inc/GSLBuilder.pm 2009-08-04 20:15:57.000000000 -0400 -@@ -154,7 +154,7 @@ +--- inc/GSLBuilder.pm.orig 2011-09-18 00:40:52.000000000 +0800 ++++ inc/GSLBuilder.pm 2011-09-20 10:26:22.405819397 +0800 +@@ -258,7 +258,7 @@ $cf->{installarchlib} = $Config{archlib}; -- my @include_dirs = @{$p->{include_dirs}} -+ my @include_dirs = ( @{$p->{include_dirs}} && ( ${@{$p->{include_dirs}}}[0] ne "" ) ) +- my @include_dirs = @{$p->{include_dirs}} ++ my @include_dirs = ( @{$p->{include_dirs}} && ( ${@{$p->{include_dirs}}}[0] ne "" ) ) ? map {"-I$_"} (@{$p->{include_dirs}}, catdir($cf->{installarchlib}, 'CORE')) : map {"-I$_"} ( catdir($cf->{installarchlib}, 'CORE') ) ; - - |