svn commit: r373713 - head/x11-toolkits/p5-Wx/files

Mathieu Arnold mat at FreeBSD.org
Mon Dec 1 16:17:34 UTC 2014


Author: mat
Date: Mon Dec  1 16:17:33 2014
New Revision: 373713
URL: https://svnweb.freebsd.org/changeset/ports/373713
QAT: https://qat.redports.org/buildarchive/r373713/

Log:
  Fix build when linking with libperl.so.
  
  With hat:	portmgr, perl
  Sponsored by:	Absolight

Added:
  head/x11-toolkits/p5-Wx/files/
  head/x11-toolkits/p5-Wx/files/patch-build_Wx_build_MakeMaker_Any__wx__config.pm   (contents, props changed)

Added: head/x11-toolkits/p5-Wx/files/patch-build_Wx_build_MakeMaker_Any__wx__config.pm
==============================================================================
--- /dev/null	00:00:00 1970	(empty, because file is newly added)
+++ head/x11-toolkits/p5-Wx/files/patch-build_Wx_build_MakeMaker_Any__wx__config.pm	Mon Dec  1 16:17:33 2014	(r373713)
@@ -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:


More information about the svn-ports-head mailing list