[92298] trunk/dports/x11/awesome
ryandesign at macports.org
ryandesign at macports.org
Tue Apr 24 08:36:16 PDT 2012
Revision: 92298
https://trac.macports.org/changeset/92298
Author: ryandesign at macports.org
Date: 2012-04-24 08:36:15 -0700 (Tue, 24 Apr 2012)
Log Message:
-----------
awesome: fix build failure with glib2 @2.32; see #34190
Modified Paths:
--------------
trunk/dports/x11/awesome/Portfile
Added Paths:
-----------
trunk/dports/x11/awesome/files/patch-spawn.c.diff
Modified: trunk/dports/x11/awesome/Portfile
===================================================================
--- trunk/dports/x11/awesome/Portfile 2012-04-24 12:06:39 UTC (rev 92297)
+++ trunk/dports/x11/awesome/Portfile 2012-04-24 15:36:15 UTC (rev 92298)
@@ -62,7 +62,8 @@
-DXDG_CONFIG_HOME=${prefix}/etc/xdg"
patchfiles patch-CMakeLists.txt.diff \
- patch-Makefile.diff
+ patch-Makefile.diff \
+ patch-spawn.c.diff
use_configure no
Added: trunk/dports/x11/awesome/files/patch-spawn.c.diff
===================================================================
--- trunk/dports/x11/awesome/files/patch-spawn.c.diff (rev 0)
+++ trunk/dports/x11/awesome/files/patch-spawn.c.diff 2012-04-24 15:36:15 UTC (rev 92298)
@@ -0,0 +1,11 @@
+--- spawn.c.orig 2011-11-23 08:08:50.000000000 -0600
++++ spawn.c 2012-04-24 10:33:18.000000000 -0500
+@@ -24,7 +24,7 @@
+ #include <sys/types.h>
+ #include <sys/wait.h>
+
+-#include <glib/gspawn.h>
++#include <glib.h>
+
+ #include "spawn.h"
+ #include "screen.h"
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.macosforge.org/pipermail/macports-changes/attachments/20120424/1f591cc5/attachment.html>
More information about the macports-changes
mailing list