summaryrefslogtreecommitdiff
path: root/x11/gtk2-engines/patches/patch-engines_clearlooks_src_animation_c
diff options
context:
space:
mode:
authordholland <dholland@pkgsrc.org>2012-05-05 13:44:58 +0000
committerdholland <dholland@pkgsrc.org>2012-05-05 13:44:58 +0000
commiteb4dd11a887069386552f82927566627b1652310 (patch)
tree3e8e3ed623d95409cb21b205b5bd7fb7b3ecd533 /x11/gtk2-engines/patches/patch-engines_clearlooks_src_animation_c
parent4a590bcd27e06b81c3002808decf673459709308 (diff)
downloadpkgsrc-eb4dd11a887069386552f82927566627b1652310.tar.gz
Fix build with latest glib2.
Diffstat (limited to 'x11/gtk2-engines/patches/patch-engines_clearlooks_src_animation_c')
-rw-r--r--x11/gtk2-engines/patches/patch-engines_clearlooks_src_animation_c15
1 files changed, 15 insertions, 0 deletions
diff --git a/x11/gtk2-engines/patches/patch-engines_clearlooks_src_animation_c b/x11/gtk2-engines/patches/patch-engines_clearlooks_src_animation_c
new file mode 100644
index 00000000000..bd341052a99
--- /dev/null
+++ b/x11/gtk2-engines/patches/patch-engines_clearlooks_src_animation_c
@@ -0,0 +1,15 @@
+$NetBSD: patch-engines_clearlooks_src_animation_c,v 1.1 2012/05/05 13:44:58 dholland Exp $
+
+Fix build with recent glib2.
+
+--- engines/clearlooks/src/animation.c~ 2010-09-23 13:40:24.000000000 +0000
++++ 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;