[98058] trunk/dports/x11/rxvt-unicode/Portfile

jeremyhu at macports.org jeremyhu at macports.org
Sun Sep 23 23:15:02 PDT 2012


Revision: 98058
          http://trac.macports.org//changeset/98058
Author:   jeremyhu at macports.org
Date:     2012-09-23 23:15:01 -0700 (Sun, 23 Sep 2012)
Log Message:
-----------
rxvt-unicode: Build with newer clang

Modified Paths:
--------------
    trunk/dports/x11/rxvt-unicode/Portfile

Modified: trunk/dports/x11/rxvt-unicode/Portfile
===================================================================
--- trunk/dports/x11/rxvt-unicode/Portfile	2012-09-24 06:11:17 UTC (rev 98057)
+++ trunk/dports/x11/rxvt-unicode/Portfile	2012-09-24 06:15:01 UTC (rev 98058)
@@ -13,7 +13,7 @@
 
 name            rxvt-unicode
 version         9.11
-revision        1
+revision        2
 categories      x11
 maintainers     gmail.com:evangoldenberg \
                 openmaintainer
@@ -47,8 +47,9 @@
 
 # FIXME: clang++ 3.0 produces unstable urxvt binary which sometimes causes errors like:
 #        "terminate called throwing an exceptionAbort trap: 6"
-if {${configure.compiler} == "clang"} {
-    configure.compiler llvm-gcc-4.2
+compiler.blacklist macports-clang-2.9 macports-clang-3.0
+if {[vercmp $xcodeversion 4.3] < 0} {
+    configure.compiler-append clang
 }
 
 configure.perl  ${prefix}/bin/perl
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.macosforge.org/pipermail/macports-changes/attachments/20120923/82704881/attachment.html>


More information about the macports-changes mailing list