[80372] trunk/dports/graphics/fontforge/Portfile

jeremyhu at macports.org jeremyhu at macports.org
Sun Jul 10 13:01:12 PDT 2011


Revision: 80372
          http://trac.macports.org/changeset/80372
Author:   jeremyhu at macports.org
Date:     2011-07-10 13:01:11 -0700 (Sun, 10 Jul 2011)
Log Message:
-----------
fontforge: Use clang instead of llvm-gcc-4.2, #29840

Modified Paths:
--------------
    trunk/dports/graphics/fontforge/Portfile

Modified: trunk/dports/graphics/fontforge/Portfile
===================================================================
--- trunk/dports/graphics/fontforge/Portfile	2011-07-10 19:57:48 UTC (rev 80371)
+++ trunk/dports/graphics/fontforge/Portfile	2011-07-10 20:01:11 UTC (rev 80372)
@@ -102,6 +102,11 @@
 
 configure.ldflags-append -lintl
 
+# http://trac.macports.org/ticket/29840
+if {${configure.compiler} == "llvm-gcc-4.2"} {
+    configure.compiler clang
+}
+
 use_parallel_build  yes
 
 set docdir      ${prefix}/share/doc/${name}
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.macosforge.org/pipermail/macports-changes/attachments/20110710/e0a1be52/attachment.html>


More information about the macports-changes mailing list