[91900] trunk/dports/comms/telepathy-gabble/Portfile

jeremyhu at macports.org jeremyhu at macports.org
Thu Apr 12 19:27:09 PDT 2012


Revision: 91900
          https://trac.macports.org/changeset/91900
Author:   jeremyhu at macports.org
Date:     2012-04-12 19:27:08 -0700 (Thu, 12 Apr 2012)
Log Message:
-----------
telepathy-gabble: Disable -Werror to fix building with glib-2.32 (which adds some deprecation warnings)

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

Modified: trunk/dports/comms/telepathy-gabble/Portfile
===================================================================
--- trunk/dports/comms/telepathy-gabble/Portfile	2012-04-13 01:31:46 UTC (rev 91899)
+++ trunk/dports/comms/telepathy-gabble/Portfile	2012-04-13 02:27:08 UTC (rev 91900)
@@ -32,7 +32,8 @@
 patchfiles      patch-configure.diff
 
 configure.args  --disable-silent-rules \
-                --without-ca-certificates
+                --without-ca-certificates \
+                --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/61417c81/attachment.html>


More information about the macports-changes mailing list