[94089] trunk/dports/lang/ocaml-devel/Portfile

ryandesign at macports.org ryandesign at macports.org
Fri Jun 8 15:55:31 PDT 2012


Revision: 94089
          https://trac.macports.org/changeset/94089
Author:   ryandesign at macports.org
Date:     2012-06-08 15:55:30 -0700 (Fri, 08 Jun 2012)
Log Message:
-----------
ocaml-devel: use llvm-gcc-4.2 instead of clang

Modified Paths:
--------------
    trunk/dports/lang/ocaml-devel/Portfile

Modified: trunk/dports/lang/ocaml-devel/Portfile
===================================================================
--- trunk/dports/lang/ocaml-devel/Portfile	2012-06-08 21:55:09 UTC (rev 94088)
+++ trunk/dports/lang/ocaml-devel/Portfile	2012-06-08 22:55:30 UTC (rev 94089)
@@ -32,8 +32,8 @@
 
 set docdir          ${prefix}/share/doc/${name}
 
-platform darwin 11 {
-    configure.compiler  gcc
+if {${configure.compiler} == "clang"} {
+    configure.compiler llvm-gcc-4.2
 }
 
 # Configure.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.macosforge.org/pipermail/macports-changes/attachments/20120608/2db82876/attachment-0001.html>


More information about the macports-changes mailing list