[90694] trunk/dports/tex/texlive-bin/Portfile

dports at macports.org dports at macports.org
Mon Mar 12 11:55:52 PDT 2012


Revision: 90694
          http://trac.macports.org/changeset/90694
Author:   dports at macports.org
Date:     2012-03-12 11:55:52 -0700 (Mon, 12 Mar 2012)
Log Message:
-----------
texlive-bin: force llvm-gcc instead of clang for the +atsui variant
(#33602)

Modified Paths:
--------------
    trunk/dports/tex/texlive-bin/Portfile

Modified: trunk/dports/tex/texlive-bin/Portfile
===================================================================
--- trunk/dports/tex/texlive-bin/Portfile	2012-03-12 18:52:06 UTC (rev 90693)
+++ trunk/dports/tex/texlive-bin/Portfile	2012-03-12 18:55:52 UTC (rev 90694)
@@ -272,6 +272,11 @@
         configure.args-append --disable-xdv2pdf
         patchfiles-append patch-texk_web2c_xetexdir_XeTeX_ext.h.diff
     }
+
+    # ...and it doesn't build with clang, either (#33602)
+    if {${configure.compiler} == "clang"} {
+        configure.compiler llvm-gcc-4.2
+    }
 }
 
 if {![variant_isset "atsui"]} {
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.macosforge.org/pipermail/macports-changes/attachments/20120312/91f14c24/attachment.html>


More information about the macports-changes mailing list