[92029] trunk/dports/net/loudmouth

ryandesign at macports.org ryandesign at macports.org
Mon Apr 16 07:58:12 PDT 2012


Revision: 92029
          https://trac.macports.org/changeset/92029
Author:   ryandesign at macports.org
Date:     2012-04-16 07:58:10 -0700 (Mon, 16 Apr 2012)
Log Message:
-----------
loudmouth: fix build with glib 2.32; see #34076

Modified Paths:
--------------
    trunk/dports/net/loudmouth/Portfile

Added Paths:
-----------
    trunk/dports/net/loudmouth/files/patch-loudmouth-lm-error.c.diff

Modified: trunk/dports/net/loudmouth/Portfile
===================================================================
--- trunk/dports/net/loudmouth/Portfile	2012-04-16 13:48:38 UTC (rev 92028)
+++ trunk/dports/net/loudmouth/Portfile	2012-04-16 14:58:10 UTC (rev 92029)
@@ -2,6 +2,7 @@
 PortSystem      1.0
 name            loudmouth
 version         1.4.3
+revision        1
 maintainers     nomaintainer
 categories      net devel
 license         LGPL-2+
@@ -26,7 +27,8 @@
 
 # Use pkg-config to detect gnutls now
 # http://groups.google.com/group/loudmouth-dev/browse_thread/thread/3f78255837048daf
-patchfiles      patch-configure.ac.diff
+patchfiles      patch-configure.ac.diff \
+                patch-loudmouth-lm-error.c.diff
 
 use_autoreconf  yes
 

Added: trunk/dports/net/loudmouth/files/patch-loudmouth-lm-error.c.diff
===================================================================
--- trunk/dports/net/loudmouth/files/patch-loudmouth-lm-error.c.diff	                        (rev 0)
+++ trunk/dports/net/loudmouth/files/patch-loudmouth-lm-error.c.diff	2012-04-16 14:58:10 UTC (rev 92029)
@@ -0,0 +1,11 @@
+--- loudmouth/lm-error.c.orig	2008-10-29 15:48:15.000000000 -0500
++++ loudmouth/lm-error.c	2012-04-16 09:55:11.000000000 -0500
+@@ -19,7 +19,7 @@
+  */
+ 
+ #include <config.h>
+-#include <glib/gerror.h>
++#include <glib.h>
+ #include "lm-error.h"
+ 
+ /**
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.macosforge.org/pipermail/macports-changes/attachments/20120416/010f619e/attachment.html>


More information about the macports-changes mailing list