[127860] trunk/dports/textproc/expat

ryandesign at macports.org ryandesign at macports.org
Wed Nov 5 09:58:46 PST 2014


Revision: 127860
          https://trac.macports.org/changeset/127860
Author:   ryandesign at macports.org
Date:     2014-11-05 09:58:46 -0800 (Wed, 05 Nov 2014)
Log Message:
-----------
expat: Fix libtool MACOSX_DEPLOYMENT_TARGET bug

Modified Paths:
--------------
    trunk/dports/textproc/expat/Portfile

Added Paths:
-----------
    trunk/dports/textproc/expat/files/
    trunk/dports/textproc/expat/files/yosemite-symbol-lookup.patch

Modified: trunk/dports/textproc/expat/Portfile
===================================================================
--- trunk/dports/textproc/expat/Portfile	2014-11-05 17:26:01 UTC (rev 127859)
+++ trunk/dports/textproc/expat/Portfile	2014-11-05 17:58:46 UTC (rev 127860)
@@ -25,6 +25,8 @@
 
 use_parallel_build  yes
 
+patchfiles          yosemite-symbol-lookup.patch
+
 test.run            yes
 test.target         check
 

Added: trunk/dports/textproc/expat/files/yosemite-symbol-lookup.patch
===================================================================
--- trunk/dports/textproc/expat/files/yosemite-symbol-lookup.patch	                        (rev 0)
+++ trunk/dports/textproc/expat/files/yosemite-symbol-lookup.patch	2014-11-05 17:58:46 UTC (rev 127860)
@@ -0,0 +1,11 @@
+--- configure.orig	2012-03-24 14:12:48.000000000 -0500
++++ configure	2014-11-05 11:57:47.000000000 -0600
+@@ -6749,7 +6749,7 @@
+       case ${MACOSX_DEPLOYMENT_TARGET-10.0},$host in
+ 	10.0,*86*-darwin8*|10.0,*-darwin[91]*)
+ 	  _lt_dar_allow_undefined='${wl}-undefined ${wl}dynamic_lookup' ;;
+-	10.[012]*)
++	10.[012][,.]*)
+ 	  _lt_dar_allow_undefined='${wl}-flat_namespace ${wl}-undefined ${wl}suppress' ;;
+ 	10.*)
+ 	  _lt_dar_allow_undefined='${wl}-undefined ${wl}dynamic_lookup' ;;
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://lists.macosforge.org/pipermail/macports-changes/attachments/20141105/b9e7cc9e/attachment.html>


More information about the macports-changes mailing list