diff options
author | Mathieu Arnold <mat@FreeBSD.org> | 2014-12-04 14:28:37 +0000 |
---|---|---|
committer | Mathieu Arnold <mat@FreeBSD.org> | 2014-12-04 14:28:37 +0000 |
commit | ce8a62e1005f32cf37b622188367256426f0d93d (patch) | |
tree | 1f75f4ef14d08417add274cae6b70054e7dcbe19 /math | |
parent | - Update to 0.17 (diff) |
Don't overwrite Perl's LDDLFLAGS.
With hat: perl
Sponsored by: Absolight
Notes
Notes:
svn path=/head/; revision=373908
Diffstat (limited to 'math')
-rw-r--r-- | math/p5-Math-GSL/files/patch-inc-GSLBuilder.pm | 15 |
1 files changed, 12 insertions, 3 deletions
diff --git a/math/p5-Math-GSL/files/patch-inc-GSLBuilder.pm b/math/p5-Math-GSL/files/patch-inc-GSLBuilder.pm index 2b7200fd4a2c..21ce5a485cc2 100644 --- a/math/p5-Math-GSL/files/patch-inc-GSLBuilder.pm +++ b/math/p5-Math-GSL/files/patch-inc-GSLBuilder.pm @@ -1,6 +1,15 @@ ---- 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 @@ +--- inc/GSLBuilder.pm.orig 2014-09-25 17:36:46 UTC ++++ inc/GSLBuilder.pm +@@ -266,7 +266,7 @@ sub link_c { + } + } + +- my @lddlflags = $self->split_like_shell($cf->{lddlflags}); ++ my @lddlflags = $self->split_like_shell($Config{lddlflags}); + my @shrp = $self->split_like_shell($cf->{shrpenv}); + my @ld = $self->split_like_shell($cf->{ld} || $Config{cc}); + +@@ -298,7 +298,7 @@ sub compile_c { $cf->{installarchlib} = $Config{archlib}; |