[94120] trunk/dports/gnome/gtk2-aurora

ryandesign at macports.org ryandesign at macports.org
Sat Jun 9 14:59:25 PDT 2012


Revision: 94120
          https://trac.macports.org/changeset/94120
Author:   ryandesign at macports.org
Date:     2012-06-09 14:59:23 -0700 (Sat, 09 Jun 2012)
Log Message:
-----------
gtk2-aurora: fix build with glib 2.32

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

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

Modified: trunk/dports/gnome/gtk2-aurora/Portfile
===================================================================
--- trunk/dports/gnome/gtk2-aurora/Portfile	2012-06-09 18:51:14 UTC (rev 94119)
+++ trunk/dports/gnome/gtk2-aurora/Portfile	2012-06-09 21:59:23 UTC (rev 94120)
@@ -38,6 +38,8 @@
 
 worksrcdir      ${my_name}-[join [lrange [split ${version} .] 0 1] .]
 
+patchfiles      patch-glib-2.32.diff
+
 configure.args  --enable-animation
 
 pre-destroot {

Added: trunk/dports/gnome/gtk2-aurora/files/patch-glib-2.32.diff
===================================================================
--- trunk/dports/gnome/gtk2-aurora/files/patch-glib-2.32.diff	                        (rev 0)
+++ trunk/dports/gnome/gtk2-aurora/files/patch-glib-2.32.diff	2012-06-09 21:59:23 UTC (rev 94120)
@@ -0,0 +1,11 @@
+--- src/animation.c.orig	2008-05-04 14:59:36.000000000 -0500
++++ src/animation.c	2012-06-09 16:57:56.000000000 -0500
+@@ -7,7 +7,7 @@
+ #include "animation.h"
+ 
+ #ifdef HAVE_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/20120609/7366bf0e/attachment.html>


More information about the macports-changes mailing list