diff options
-rw-r--r-- | x11-toolkits/p5-Wx/files/patch-build_Wx_build_MakeMaker_Any__wx__config.pm | 18 |
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: |