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

mww at macports.org mww at macports.org
Fri Jun 8 12:11:09 PDT 2012


Revision: 94080
          https://trac.macports.org/changeset/94080
Author:   mww at macports.org
Date:     2012-06-08 12:11:09 -0700 (Fri, 08 Jun 2012)
Log Message:
-----------
ocaml-devel: fix build on 10.7 by using gcc instead of clang 3.1

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

Modified: trunk/dports/lang/ocaml-devel/Portfile
===================================================================
--- trunk/dports/lang/ocaml-devel/Portfile	2012-06-08 19:06:24 UTC (rev 94079)
+++ trunk/dports/lang/ocaml-devel/Portfile	2012-06-08 19:11:09 UTC (rev 94080)
@@ -32,6 +32,10 @@
 
 set docdir          ${prefix}/share/doc/${name}
 
+platform darwin 11 {
+    configure.compiler  gcc
+}
+
 # Configure.
 configure.pre_args  -prefix ${prefix}
 configure.args      -no-tk -cc ${configure.cc} -aspp \"${configure.cc} -c\"
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.macosforge.org/pipermail/macports-changes/attachments/20120608/470a00e5/attachment.html>


More information about the macports-changes mailing list