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

jeremyhu at macports.org jeremyhu at macports.org
Fri Aug 30 11:03:07 PDT 2013


Revision: 110363
          https://trac.macports.org/changeset/110363
Author:   jeremyhu at 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:\
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.macosforge.org/pipermail/macports-changes/attachments/20130830/ec2822a0/attachment.html>


More information about the macports-changes mailing list