Revision: 110363 https://trac.macports.org/changeset/110363 Author: jeremyhu@macports.org Date: 2013-08-30 11:03:06 -0700 (Fri, 30 Aug 2013) Log Message: ----------- gvemodules-xforms: Set -std=gnu89 rather than falling back to llvm-gcc Modified Paths: -------------- trunk/dports/science/gvemodules-xforms/Portfile Modified: trunk/dports/science/gvemodules-xforms/Portfile =================================================================== --- trunk/dports/science/gvemodules-xforms/Portfile 2013-08-30 17:56:07 UTC (rev 110362) +++ trunk/dports/science/gvemodules-xforms/Portfile 2013-08-30 18:03:06 UTC (rev 110363) @@ -31,9 +31,7 @@ depends_lib port:geomview \ port:xforms -if {${configure.compiler} == "clang"} { - configure.compiler llvm-gcc-4.2 -} +configure.cflags-append -std=gnu89 platform darwin 9 { configure.ldflags-append \ -Wl,-dylib_file,/System/Library/Frameworks/OpenGL.framework/Versions/A/Libraries/libGL.dylib:\
participants (1)
-
jeremyhu@macports.org