[86623] trunk/dports/aqua/TeXShop/Portfile

ryandesign at macports.org ryandesign at macports.org
Sat Oct 29 20:32:46 PDT 2011


Revision: 86623
          http://trac.macports.org/changeset/86623
Author:   ryandesign at macports.org
Date:     2011-10-29 20:32:44 -0700 (Sat, 29 Oct 2011)
Log Message:
-----------
TeXShop: use llvm-gcc-4.2 instead of clang; see #31823

Modified Paths:
--------------
    trunk/dports/aqua/TeXShop/Portfile

Modified: trunk/dports/aqua/TeXShop/Portfile
===================================================================
--- trunk/dports/aqua/TeXShop/Portfile	2011-10-30 03:07:12 UTC (rev 86622)
+++ trunk/dports/aqua/TeXShop/Portfile	2011-10-30 03:32:44 UTC (rev 86623)
@@ -50,6 +50,9 @@
     reinplace "s|GCC_VERSION = 4\.0|GCC_VERSION = [lindex [split ${configure.objc} -] 1]|" ${worksrcpath}/3rdparty/TeX-mdimporter/TeX.xcodeproj/project.pbxproj
 }
 
+if {${configure.compiler} == "clang"} {
+    configure.compiler llvm-gcc-4.2
+}
 
 build.target    ${name}
 
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.macosforge.org/pipermail/macports-changes/attachments/20111029/bdd5ab7e/attachment.html>


More information about the macports-changes mailing list