[91902] trunk/dports/comms/telepathy-salut/Portfile

jeremyhu at macports.org jeremyhu at macports.org
Thu Apr 12 20:13:06 PDT 2012


Revision: 91902
          https://trac.macports.org/changeset/91902
Author:   jeremyhu at macports.org
Date:     2012-04-12 20:13:06 -0700 (Thu, 12 Apr 2012)
Log Message:
-----------
telepathy-salut: Disable -Werror to fix building with glib-2.32 (which adds some deprecation warnings)

Modified Paths:
--------------
    trunk/dports/comms/telepathy-salut/Portfile

Modified: trunk/dports/comms/telepathy-salut/Portfile
===================================================================
--- trunk/dports/comms/telepathy-salut/Portfile	2012-04-13 02:59:28 UTC (rev 91901)
+++ trunk/dports/comms/telepathy-salut/Portfile	2012-04-13 03:13:06 UTC (rev 91902)
@@ -29,7 +29,8 @@
 
 patchfiles      patch-configure.diff patch-glib-2.32.diff
 
-configure.args  --disable-silent-rules
+configure.args  --disable-silent-rules \
+                --disable-Werror
 
 variant python25 conflicts python26 python27 description {Use python 2.5} {
     configure.python          ${prefix}/bin/python2.5
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.macosforge.org/pipermail/macports-changes/attachments/20120412/6695861a/attachment.html>


More information about the macports-changes mailing list