Fix build with latest glib2.

This commit is contained in:
dholland 2012-05-06 17:08:26 +00:00
parent 8bc48c1758
commit 4ff6088c5c
2 changed files with 17 additions and 1 deletions

View file

@ -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

View file

@ -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"