summaryrefslogtreecommitdiff
path: root/x11/gtk2+extra
diff options
context:
space:
mode:
authordholland <dholland@pkgsrc.org>2012-05-06 17:08:26 +0000
committerdholland <dholland@pkgsrc.org>2012-05-06 17:08:26 +0000
commitd6d1ea02abcdc9cec66c4344d54572d6e55f57d1 (patch)
tree3e14f6c541e7ade33e8e515dc6e22da63e2e3eab /x11/gtk2+extra
parentc9bd678ccbd498ba21cea3826152f5b2ebb0b4b5 (diff)
downloadpkgsrc-d6d1ea02abcdc9cec66c4344d54572d6e55f57d1.tar.gz
Fix build with latest glib2.
Diffstat (limited to 'x11/gtk2+extra')
-rw-r--r--x11/gtk2+extra/distinfo3
-rw-r--r--x11/gtk2+extra/patches/patch-gtkextra_gtkcharsel_c15
2 files changed, 17 insertions, 1 deletions
diff --git a/x11/gtk2+extra/distinfo b/x11/gtk2+extra/distinfo
index 73e6e81dc7f..d542d67d251 100644
--- a/x11/gtk2+extra/distinfo
+++ b/x11/gtk2+extra/distinfo
@@ -1,4 +1,4 @@
-$NetBSD: distinfo,v 1.7 2010/11/30 20:15:49 drochner Exp $
+$NetBSD: distinfo,v 1.8 2012/05/06 17:08:26 dholland Exp $
SHA1 (gtk+extra-2.1.2.tar.gz) = 1b6cccbf89a79c8fe551d77c84dbf21a82c69f07
RMD160 (gtk+extra-2.1.2.tar.gz) = e14bfc2a055fdef0d037b494018ca25047cc3c9e
@@ -8,3 +8,4 @@ SHA1 (patch-ad) = e2c45a044ef08c4e01df8f24ef174dc7d62a95f6
SHA1 (patch-ae) = a27172a43e2796dff796916773e3f57ed6be30ed
SHA1 (patch-af) = 4d83e4859aa4377cae55cdccc4b3a2c774d32a9a
SHA1 (patch-ag) = c4c50b3f73177de6d9f31190f013cd05fed41518
+SHA1 (patch-gtkextra_gtkcharsel_c) = eec527bb8560eb957a80a6425e7f2df7d1f6ea79
diff --git a/x11/gtk2+extra/patches/patch-gtkextra_gtkcharsel_c b/x11/gtk2+extra/patches/patch-gtkextra_gtkcharsel_c
new file mode 100644
index 00000000000..b7be1f2fbc2
--- /dev/null
+++ b/x11/gtk2+extra/patches/patch-gtkextra_gtkcharsel_c
@@ -0,0 +1,15 @@
+$NetBSD: patch-gtkextra_gtkcharsel_c,v 1.1 2012/05/06 17:08:27 dholland Exp $
+
+Fix build with latest glib2.
+
+--- gtkextra/gtkcharsel.c~ 2004-08-27 21:46:14.000000000 +0000
++++ gtkextra/gtkcharsel.c
+@@ -18,7 +18,7 @@
+ */
+
+ #include <gtk/gtk.h>
+-#include <glib/gunicode.h>
++#include <glib.h>
+
+ #include <string.h>
+ #include "gtkcharsel.h"