[86735] trunk/dports/science/maniview/Portfile

raphael at macports.org raphael at macports.org
Wed Nov 2 10:02:40 PDT 2011


Revision: 86735
          http://trac.macports.org/changeset/86735
Author:   raphael at macports.org
Date:     2011-11-02 10:02:39 -0700 (Wed, 02 Nov 2011)
Log Message:
-----------
maniview: use llvm-gcc-4.2 as compiler because clang does not work

Modified Paths:
--------------
    trunk/dports/science/maniview/Portfile

Modified: trunk/dports/science/maniview/Portfile
===================================================================
--- trunk/dports/science/maniview/Portfile	2011-11-02 16:34:13 UTC (rev 86734)
+++ trunk/dports/science/maniview/Portfile	2011-11-02 17:02:39 UTC (rev 86735)
@@ -26,6 +26,11 @@
 
 depends_lib                 port:geomview \
                             port:xforms
+
+if {${configure.compiler} == "clang"} {
+    configure.compiler llvm-gcc-4.2
+}
+
 post-destroot {
     delete ${destroot}${prefix}/share/geomview/groups
 
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.macosforge.org/pipermail/macports-changes/attachments/20111102/f32e1e7f/attachment.html>


More information about the macports-changes mailing list