[91740] trunk/dports/x11/gtk-nodoka-engine

ryandesign at macports.org ryandesign at macports.org
Mon Apr 9 04:20:08 PDT 2012


Revision: 91740
          https://trac.macports.org/changeset/91740
Author:   ryandesign at macports.org
Date:     2012-04-09 04:20:08 -0700 (Mon, 09 Apr 2012)
Log Message:
-----------
gtk-nodoka-engine: fix build with glib 2.32; see #33951

Modified Paths:
--------------
    trunk/dports/x11/gtk-nodoka-engine/Portfile

Added Paths:
-----------
    trunk/dports/x11/gtk-nodoka-engine/files/
    trunk/dports/x11/gtk-nodoka-engine/files/patch-glib-2.32.diff

Modified: trunk/dports/x11/gtk-nodoka-engine/Portfile
===================================================================
--- trunk/dports/x11/gtk-nodoka-engine/Portfile	2012-04-09 11:16:25 UTC (rev 91739)
+++ trunk/dports/x11/gtk-nodoka-engine/Portfile	2012-04-09 11:20:08 UTC (rev 91740)
@@ -26,6 +26,8 @@
 depends_build   port:coreutils port:pkgconfig
 depends_lib     port:gtk2
 
+patchfiles      patch-glib-2.32.diff
+
 post-patch {
     reinplace "s|/usr/bin/install|${prefix}/bin/ginstall|g" \
         ${worksrcpath}/src/Makefile.in

Added: trunk/dports/x11/gtk-nodoka-engine/files/patch-glib-2.32.diff
===================================================================
--- trunk/dports/x11/gtk-nodoka-engine/files/patch-glib-2.32.diff	                        (rev 0)
+++ trunk/dports/x11/gtk-nodoka-engine/files/patch-glib-2.32.diff	2012-04-09 11:20:08 UTC (rev 91740)
@@ -0,0 +1,11 @@
+--- src/GTKEngine/animation.c.orig	2010-08-23 09:03:31.000000000 -0500
++++ src/GTKEngine/animation.c	2012-04-09 06:18:12.000000000 -0500
+@@ -23,7 +23,7 @@
+ #include "animation.h"
+ 
+ #ifdef HAVE_ANIMATION
+-#include <glib/gtimer.h>
++#include <glib.h>
+ 
+ struct _AnimationInfo
+ {
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.macosforge.org/pipermail/macports-changes/attachments/20120409/8877c359/attachment.html>


More information about the macports-changes mailing list