[105834] trunk/dports/gnome/drivel/Portfile

devans at macports.org devans at macports.org
Tue May 7 10:33:51 PDT 2013


Revision: 105834
          https://trac.macports.org/changeset/105834
Author:   devans at macports.org
Date:     2013-05-07 10:33:51 -0700 (Tue, 07 May 2013)
Log Message:
-----------
drivel: don't fail build on g_mutex deprecation warnings.

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

Modified: trunk/dports/gnome/drivel/Portfile
===================================================================
--- trunk/dports/gnome/drivel/Portfile	2013-05-07 17:21:45 UTC (rev 105833)
+++ trunk/dports/gnome/drivel/Portfile	2013-05-07 17:33:51 UTC (rev 105834)
@@ -37,7 +37,8 @@
 
 configure.args  --disable-mime-update \
                 --disable-desktop-update \
-                --disable-schemas-install
+                --disable-schemas-install \
+                --disable-error-on-warning
 
 post-activate {
     system "${prefix}/bin/update-desktop-database -q ${prefix}/share/applications; true"
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.macosforge.org/pipermail/macports-changes/attachments/20130507/e7909370/attachment.html>


More information about the macports-changes mailing list