[103134] trunk/dports/gnome/genius/Portfile

ryandesign at macports.org ryandesign at macports.org
Fri Feb 15 13:27:42 PST 2013


Revision: 103134
          https://trac.macports.org/changeset/103134
Author:   ryandesign at macports.org
Date:     2013-02-15 13:27:42 -0800 (Fri, 15 Feb 2013)
Log Message:
-----------
genius: use -std=gnu89 to fix build with clang (#38075)

Modified Paths:
--------------
    trunk/dports/gnome/genius/Portfile

Modified: trunk/dports/gnome/genius/Portfile
===================================================================
--- trunk/dports/gnome/genius/Portfile	2013-02-15 21:21:56 UTC (rev 103133)
+++ trunk/dports/gnome/genius/Portfile	2013-02-15 21:27:42 UTC (rev 103134)
@@ -37,6 +37,8 @@
                 --disable-update-mimedb \
                 --disable-scrollkeeper
 
+configure.cflags-append -std=gnu89
+
 variant without_gnome description {Compile without the GNOME frontend (no GUI, no plotting} {
    depends_lib path:lib/pkgconfig/glib-2.0.pc:glib2
    configure.args-delete --enable-gnome \
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.macosforge.org/pipermail/macports-changes/attachments/20130215/9830dc35/attachment.html>


More information about the macports-changes mailing list