[102118] trunk/dports/devel/apr/Portfile

jeremyhu at macports.org jeremyhu at macports.org
Sun Jan 27 23:33:52 PST 2013


Revision: 102118
          https://trac.macports.org/changeset/102118
Author:   jeremyhu at macports.org
Date:     2013-01-27 23:33:52 -0800 (Sun, 27 Jan 2013)
Log Message:
-----------
apr: Use compiler.blacklist

Modified Paths:
--------------
    trunk/dports/devel/apr/Portfile

Modified: trunk/dports/devel/apr/Portfile
===================================================================
--- trunk/dports/devel/apr/Portfile	2013-01-28 07:32:31 UTC (rev 102117)
+++ trunk/dports/devel/apr/Portfile	2013-01-28 07:33:52 UTC (rev 102118)
@@ -27,8 +27,8 @@
 # XCode 3.x's gcc-4.0 generates bad code in apr's translation which can be caught by enabling
 # debugging in apr, apr-util, and subversion with LANG="en_US.UTF-8"
 # Assertion failed: (node->next == NULL), function put_xlate_handle_node, file subversion/libsvn_subr/utf.c, line 378.
-if {${configure.compiler} == "gcc-4.0" && [vercmp ${xcodeversion} 3.0] >= 0} {
-    configure.compiler gcc-4.2
+if {[vercmp ${xcodeversion} 3.0] >= 0} {
+    compiler.blacklist-append gcc-4.0
 }
 
 use_parallel_build	yes
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.macosforge.org/pipermail/macports-changes/attachments/20130127/7d4af6d7/attachment.html>


More information about the macports-changes mailing list