[86737] trunk/dports/science/gvemodules-xforms/Portfile

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


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

Modified Paths:
--------------
    trunk/dports/science/gvemodules-xforms/Portfile

Modified: trunk/dports/science/gvemodules-xforms/Portfile
===================================================================
--- trunk/dports/science/gvemodules-xforms/Portfile	2011-11-02 17:03:17 UTC (rev 86736)
+++ trunk/dports/science/gvemodules-xforms/Portfile	2011-11-02 17:04:10 UTC (rev 86737)
@@ -31,6 +31,10 @@
 depends_lib                 port:geomview \
                             port:xforms
 
+if {${configure.compiler} == "clang"} {
+    configure.compiler llvm-gcc-4.2
+}
+
 platform darwin 9 { configure.ldflags-append \
     -Wl,-dylib_file,/System/Library/Frameworks/OpenGL.framework/Versions/A/Libraries/libGL.dylib:\
         /System/Library/Frameworks/OpenGL.framework/Versions/A/Libraries/libGL.dylib
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.macosforge.org/pipermail/macports-changes/attachments/20111102/ae8e1c6f/attachment-0001.html>


More information about the macports-changes mailing list