[98233] trunk/dports/editors/textmate2/Portfile

ryandesign at macports.org ryandesign at macports.org
Sat Sep 29 22:13:04 PDT 2012


Revision: 98233
          http://trac.macports.org//changeset/98233
Author:   ryandesign at 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:
--------------
    trunk/dports/editors/textmate2/Portfile

Modified: trunk/dports/editors/textmate2/Portfile
===================================================================
--- 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 \
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.macosforge.org/pipermail/macports-changes/attachments/20120929/6724f5d7/attachment.html>


More information about the macports-changes mailing list