[88163] trunk/dports/textproc/openjade/Portfile

dports at macports.org dports at macports.org
Tue Dec 20 23:10:54 PST 2011


Revision: 88163
          http://trac.macports.org/changeset/88163
Author:   dports at macports.org
Date:     2011-12-20 23:10:52 -0800 (Tue, 20 Dec 2011)
Log Message:
-----------
openjade: force llvm-gcc-4.2 instead of clang (see #31777)

Modified Paths:
--------------
    trunk/dports/textproc/openjade/Portfile

Modified: trunk/dports/textproc/openjade/Portfile
===================================================================
--- trunk/dports/textproc/openjade/Portfile	2011-12-21 06:55:01 UTC (rev 88162)
+++ trunk/dports/textproc/openjade/Portfile	2011-12-21 07:10:52 UTC (rev 88163)
@@ -31,6 +31,10 @@
 depends_lib     port:opensp
 depends_run     port:xmlcatmgr
 
+if {${configure.compiler} == "clang"} { 
+    configure.compiler llvm-gcc-4.2 
+} 
+
 # xmlcatmgr as installed by MacPorts defaults to using
 # ${prefix}/etc/sgml/catalog (for XML) and ${prefix}/etc/sgml/catalog (for
 # SGML). For historic reasons, openjade expects the catalog to be in
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.macosforge.org/pipermail/macports-changes/attachments/20111220/d97fff5e/attachment.html>


More information about the macports-changes mailing list