[93992] trunk/dports/gnome/gtk2-murrine

ryandesign at macports.org ryandesign at macports.org
Wed Jun 6 07:58:00 PDT 2012


Revision: 93992
          https://trac.macports.org/changeset/93992
Author:   ryandesign at macports.org
Date:     2012-06-06 07:57:59 -0700 (Wed, 06 Jun 2012)
Log Message:
-----------
gtk2-murrine: fix build with glib 2.32 (#34729)

Modified Paths:
--------------
    trunk/dports/gnome/gtk2-murrine/Portfile

Added Paths:
-----------
    trunk/dports/gnome/gtk2-murrine/files/
    trunk/dports/gnome/gtk2-murrine/files/patch-glib-2.32.diff

Modified: trunk/dports/gnome/gtk2-murrine/Portfile
===================================================================
--- trunk/dports/gnome/gtk2-murrine/Portfile	2012-06-06 14:55:10 UTC (rev 93991)
+++ trunk/dports/gnome/gtk2-murrine/Portfile	2012-06-06 14:57:59 UTC (rev 93992)
@@ -34,6 +34,8 @@
     port:gtk2 \
     port:gettext
 
+patchfiles      patch-glib-2.32.diff
+
 configure.args  --enable-animation
 
 post-destroot {

Added: trunk/dports/gnome/gtk2-murrine/files/patch-glib-2.32.diff
===================================================================
--- trunk/dports/gnome/gtk2-murrine/files/patch-glib-2.32.diff	                        (rev 0)
+++ trunk/dports/gnome/gtk2-murrine/files/patch-glib-2.32.diff	2012-06-06 14:57:59 UTC (rev 93992)
@@ -0,0 +1,11 @@
+--- src/animation.c.orig	2009-02-20 12:35:50.000000000 -0600
++++ src/animation.c	2012-06-06 09:54:41.000000000 -0500
+@@ -21,7 +21,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/20120606/cd58a50a/attachment.html>


More information about the macports-changes mailing list