[91737] trunk/dports/x11/gtk-engines2

ryandesign at macports.org ryandesign at macports.org
Mon Apr 9 03:43:35 PDT 2012


Revision: 91737
          https://trac.macports.org/changeset/91737
Author:   ryandesign at macports.org
Date:     2012-04-09 03:43:35 -0700 (Mon, 09 Apr 2012)
Log Message:
-----------
gtk-engines2: fix build with glib 2.32; see #33950

Modified Paths:
--------------
    trunk/dports/x11/gtk-engines2/Portfile

Added Paths:
-----------
    trunk/dports/x11/gtk-engines2/files/
    trunk/dports/x11/gtk-engines2/files/patch-engines-clearlooks-src-animation.c.diff

Modified: trunk/dports/x11/gtk-engines2/Portfile
===================================================================
--- trunk/dports/x11/gtk-engines2/Portfile	2012-04-09 10:20:26 UTC (rev 91736)
+++ trunk/dports/x11/gtk-engines2/Portfile	2012-04-09 10:43:35 UTC (rev 91737)
@@ -34,6 +34,8 @@
 
 depends_lib     port:gtk2
 
+patchfiles      patch-engines-clearlooks-src-animation.c.diff
+
 configure.args  --enable-animation
 
 variant lua description {Enable EXPERIMENTAL lua script driven engine} {

Added: trunk/dports/x11/gtk-engines2/files/patch-engines-clearlooks-src-animation.c.diff
===================================================================
--- trunk/dports/x11/gtk-engines2/files/patch-engines-clearlooks-src-animation.c.diff	                        (rev 0)
+++ trunk/dports/x11/gtk-engines2/files/patch-engines-clearlooks-src-animation.c.diff	2012-04-09 10:43:35 UTC (rev 91737)
@@ -0,0 +1,12 @@
+http://git.gnome.org/browse/gtk-engines/commit/?h=gtk-engines-2-22&id=8d49a386f467cbf8e0842d2218126f643e50f834
+--- engines/clearlooks/src/animation.c.orig
++++ engines/clearlooks/src/animation.c
+@@ -28,7 +28,7 @@
+ #include "animation.h"
+ 
+ #ifdef HAVE_WORKING_ANIMATION
+-#include <glib/gtimer.h>
++#include <glib.h>
+ 
+ struct _AnimationInfo {
+ 	GTimer *timer;
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.macosforge.org/pipermail/macports-changes/attachments/20120409/18720fcd/attachment.html>


More information about the macports-changes mailing list