aboutsummaryrefslogtreecommitdiff
path: root/x11-toolkits/p5-Wx
diff options
context:
space:
mode:
authorMathieu Arnold <mat@FreeBSD.org>2014-12-01 16:17:33 +0000
committerMathieu Arnold <mat@FreeBSD.org>2014-12-01 16:17:33 +0000
commit0c5b126a0c52ec2196ed9c0823054e74b28f404d (patch)
tree0f9e1429685612ac04458013f980d18c358ac6da /x11-toolkits/p5-Wx
parent21d5eaaae437da12d4ebf6c4fe8814a538dcf3fe (diff)
downloadports-0c5b126a0c52ec2196ed9c0823054e74b28f404d.tar.gz
ports-0c5b126a0c52ec2196ed9c0823054e74b28f404d.zip
Notes
Diffstat (limited to 'x11-toolkits/p5-Wx')
-rw-r--r--x11-toolkits/p5-Wx/files/patch-build_Wx_build_MakeMaker_Any__wx__config.pm18
1 files changed, 18 insertions, 0 deletions
diff --git a/x11-toolkits/p5-Wx/files/patch-build_Wx_build_MakeMaker_Any__wx__config.pm b/x11-toolkits/p5-Wx/files/patch-build_Wx_build_MakeMaker_Any__wx__config.pm
new file mode 100644
index 000000000000..7b815f5bfc2f
--- /dev/null
+++ b/x11-toolkits/p5-Wx/files/patch-build_Wx_build_MakeMaker_Any__wx__config.pm
@@ -0,0 +1,18 @@
+--- build/Wx/build/MakeMaker/Any_wx_config.pm.orig 2014-03-08 13:01:15 UTC
++++ build/Wx/build/MakeMaker/Any_wx_config.pm
+@@ -39,15 +39,6 @@ sub get_flags {
+ return %config;
+ }
+
+-sub const_config {
+- my $text = shift->SUPER::const_config( @_ );
+-
+- $text =~ s{^(LD(?:DL)?FLAGS\s*=.*?)-L/usr/local/lib64/?}{$1}mg;
+- $text =~ s{^(LD(?:DL)?FLAGS\s*=.*?)-L/usr/local/lib/?}{$1}mg;
+-
+- return $text;
+-}
+-
+ 1;
+
+ # local variables: