[106493] trunk/dports/devel/glib2/Portfile

jmr at macports.org jmr at macports.org
Mon May 27 22:58:41 PDT 2013


Revision: 106493
          https://trac.macports.org/changeset/106493
Author:   jmr at macports.org
Date:     2013-05-27 22:58:40 -0700 (Mon, 27 May 2013)
Log Message:
-----------
glib2: configure with --disable-compile-warnings, as it normally enables -Werror for some warnings that the code triggers

Modified Paths:
--------------
    trunk/dports/devel/glib2/Portfile

Modified: trunk/dports/devel/glib2/Portfile
===================================================================
--- trunk/dports/devel/glib2/Portfile	2013-05-28 05:57:43 UTC (rev 106492)
+++ trunk/dports/devel/glib2/Portfile	2013-05-28 05:58:40 UTC (rev 106493)
@@ -73,7 +73,8 @@
 
 configure.cflags-append     -fstrict-aliasing
 
-configure.args              --enable-static --disable-libelf
+configure.args              --enable-static --disable-libelf \
+                            --disable-compile-warnings
 
 configure.perl              ${prefix}/bin/perl
 configure.python            /usr/bin/python
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.macosforge.org/pipermail/macports-changes/attachments/20130527/d89a3ec8/attachment.html>


More information about the macports-changes mailing list