summaryrefslogtreecommitdiff
path: root/x11/gtk2-engines-murrine
diff options
context:
space:
mode:
authordholland <dholland>2012-05-06 17:24:41 +0000
committerdholland <dholland>2012-05-06 17:24:41 +0000
commitd4c6d42c20d707ca9d42274f9130cdf2729e0c9b (patch)
treee840f618beead8852b9e56e56eeab6f52582fe27 /x11/gtk2-engines-murrine
parent48e4c89cfa73da584eb6d0fe4dc7912438ef5724 (diff)
downloadpkgsrc-d4c6d42c20d707ca9d42274f9130cdf2729e0c9b.tar.gz
Fix build with latest glib2.
Diffstat (limited to 'x11/gtk2-engines-murrine')
-rw-r--r--x11/gtk2-engines-murrine/distinfo3
-rw-r--r--x11/gtk2-engines-murrine/patches/patch-src_animation_c15
2 files changed, 17 insertions, 1 deletions
diff --git a/x11/gtk2-engines-murrine/distinfo b/x11/gtk2-engines-murrine/distinfo
index 7d27d8be3ef..2cc4e515d19 100644
--- a/x11/gtk2-engines-murrine/distinfo
+++ b/x11/gtk2-engines-murrine/distinfo
@@ -1,5 +1,6 @@
-$NetBSD: distinfo,v 1.3 2009/09/08 14:39:27 ahoka Exp $
+$NetBSD: distinfo,v 1.4 2012/05/06 17:29:38 dholland Exp $
SHA1 (murrine-0.90.3.tar.bz2) = 5c65acf7948d23bb1693728157425120486303a8
RMD160 (murrine-0.90.3.tar.bz2) = 347909724a11cfe53f922208f46e39f47b420459
Size (murrine-0.90.3.tar.bz2) = 271512 bytes
+SHA1 (patch-src_animation_c) = 807b41e782050f6d8d0e596d1412c96cb4f5646e
diff --git a/x11/gtk2-engines-murrine/patches/patch-src_animation_c b/x11/gtk2-engines-murrine/patches/patch-src_animation_c
new file mode 100644
index 00000000000..528c8912aa4
--- /dev/null
+++ b/x11/gtk2-engines-murrine/patches/patch-src_animation_c
@@ -0,0 +1,15 @@
+$NetBSD: patch-src_animation_c,v 1.1 2012/05/06 17:29:38 dholland Exp $
+
+Fix build with latest glib2.
+
+--- src/animation.c~ 2009-02-20 18:35:50.000000000 +0000
++++ src/animation.c
+@@ -21,7 +21,7 @@
+ #include "animation.h"
+
+ #ifdef HAVE_ANIMATION
+-#include <glib/gtimer.h>
++#include <glib.h>
+
+ struct _AnimationInfo
+ {