Revision
98233
Author
ryandesign@macports.org
Date
2012-09-29 22:13:04 -0700 (Sat, 29 Sep 2012)

Log Message

textmate2: fix choosing clang 3.2 compiler with Xcode < 4.4 on MacPorts 2.1.2 (i.e. not trunk)

Modified Paths

Diff

Modified: trunk/dports/editors/textmate2/Portfile (98232 => 98233)


--- trunk/dports/editors/textmate2/Portfile	2012-09-30 03:37:29 UTC (rev 98232)
+++ trunk/dports/editors/textmate2/Portfile	2012-09-30 05:13:04 UTC (rev 98233)
@@ -54,7 +54,9 @@
 
 if {[vercmp ${xcodeversion} "4.4"] < 0} {
     depends_build-append    port:clang-3.2
-    configure.compiler      macports-clang-3.2
+    #configure.compiler      macports-clang-3.2
+    configure.cc            ${prefix}/bin/clang-mp-3.2
+    configure.cxx           ${prefix}/bin/clang++-mp-3.2
 }
 
 depends_lib-append      port:boost \