pkgsrc-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[pkgsrc/trunk]: pkgsrc/x11/gtk2+extra Fix build with latest glib2.
details: https://anonhg.NetBSD.org/pkgsrc/rev/c9e5547a048f
branches: trunk
changeset: 603452:c9e5547a048f
user: dholland <dholland%pkgsrc.org@localhost>
date: Sun May 06 17:08:26 2012 +0000
description:
Fix build with latest glib2.
diffstat:
x11/gtk2+extra/distinfo | 3 ++-
x11/gtk2+extra/patches/patch-gtkextra_gtkcharsel_c | 15 +++++++++++++++
2 files changed, 17 insertions(+), 1 deletions(-)
diffs (33 lines):
diff -r f1d38aa4d897 -r c9e5547a048f x11/gtk2+extra/distinfo
--- a/x11/gtk2+extra/distinfo Sun May 06 17:08:14 2012 +0000
+++ b/x11/gtk2+extra/distinfo Sun May 06 17:08:26 2012 +0000
@@ -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-ae) = a27172a43e2796dff796916773e3f57ed6be30ed
SHA1 (patch-af) = 4d83e4859aa4377cae55cdccc4b3a2c774d32a9a
SHA1 (patch-ag) = c4c50b3f73177de6d9f31190f013cd05fed41518
+SHA1 (patch-gtkextra_gtkcharsel_c) = eec527bb8560eb957a80a6425e7f2df7d1f6ea79
diff -r f1d38aa4d897 -r c9e5547a048f x11/gtk2+extra/patches/patch-gtkextra_gtkcharsel_c
--- /dev/null Thu Jan 01 00:00:00 1970 +0000
+++ b/x11/gtk2+extra/patches/patch-gtkextra_gtkcharsel_c Sun May 06 17:08:26 2012 +0000
@@ -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"
Home |
Main Index |
Thread Index |
Old Index