[86736] trunk/dports/science/gvemod-xforms-example/Portfile
raphael at macports.org
raphael at macports.org
Wed Nov 2 10:03:17 PDT 2011
Revision: 86736
http://trac.macports.org/changeset/86736
Author: raphael at macports.org
Date: 2011-11-02 10:03:17 -0700 (Wed, 02 Nov 2011)
Log Message:
-----------
gvemod-xforms-example: use llvm-gcc-4.2 as compiler because clang does not work
Modified Paths:
--------------
trunk/dports/science/gvemod-xforms-example/Portfile
Modified: trunk/dports/science/gvemod-xforms-example/Portfile
===================================================================
--- trunk/dports/science/gvemod-xforms-example/Portfile 2011-11-02 17:02:39 UTC (rev 86735)
+++ trunk/dports/science/gvemod-xforms-example/Portfile 2011-11-02 17:03:17 UTC (rev 86736)
@@ -28,6 +28,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/c1c0f46b/attachment.html>
More information about the macports-changes
mailing list