Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 1 Dec 2014 16:17:33 +0000 (UTC)
From:      Mathieu Arnold <mat@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r373713 - head/x11-toolkits/p5-Wx/files
Message-ID:  <201412011617.sB1GHXwA020423@svn.freebsd.org>

next in thread | raw e-mail | index | archive | help
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:



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201412011617.sB1GHXwA020423>