summaryrefslogtreecommitdiff
path: root/inputmethod
diff options
context:
space:
mode:
authordholland <dholland>2012-05-06 17:24:41 +0000
committerdholland <dholland>2012-05-06 17:24:41 +0000
commit1e6281ae5e3459a1cfd17e2dec00b1f0f10533d6 (patch)
treee840f618beead8852b9e56e56eeab6f52582fe27 /inputmethod
parent4d904418db681f68500836e75ca9b8c9467b8b26 (diff)
downloadpkgsrc-1e6281ae5e3459a1cfd17e2dec00b1f0f10533d6.tar.gz
Fix build with latest glib2.
Diffstat (limited to 'inputmethod')
-rw-r--r--inputmethod/tomoe/distinfo4
-rw-r--r--inputmethod/tomoe/patches/patch-lib_glib-utils_h15
-rw-r--r--inputmethod/tomoe/patches/patch-lib_tomoe_c15
3 files changed, 33 insertions, 1 deletions
diff --git a/inputmethod/tomoe/distinfo b/inputmethod/tomoe/distinfo
index a96cae30853..517ef0cff43 100644
--- a/inputmethod/tomoe/distinfo
+++ b/inputmethod/tomoe/distinfo
@@ -1,7 +1,9 @@
-$NetBSD: distinfo,v 1.3 2008/06/04 13:01:36 obache Exp $
+$NetBSD: distinfo,v 1.4 2012/05/06 17:24:41 dholland Exp $
SHA1 (tomoe-0.6.0.tar.gz) = 0ab5b4fd4609d0439f90010c35305595522f54f2
RMD160 (tomoe-0.6.0.tar.gz) = fc8e799c4b845e9c4b41879980fecc9d9dc77c69
Size (tomoe-0.6.0.tar.gz) = 4918949 bytes
SHA1 (patch-aa) = beaf6abd17e985d3b11eccdd0d870329b9088b00
SHA1 (patch-ab) = 718f888ec731ea5183c0af40bb90abe1807be89e
+SHA1 (patch-lib_glib-utils_h) = a03c9f060241257cbc42d9624bfe685f53094e1e
+SHA1 (patch-lib_tomoe_c) = b38e905e6311c966291891430c3c0b7ad624d799
diff --git a/inputmethod/tomoe/patches/patch-lib_glib-utils_h b/inputmethod/tomoe/patches/patch-lib_glib-utils_h
new file mode 100644
index 00000000000..a2429d9fc61
--- /dev/null
+++ b/inputmethod/tomoe/patches/patch-lib_glib-utils_h
@@ -0,0 +1,15 @@
+$NetBSD: patch-lib_glib-utils_h,v 1.1 2012/05/06 17:24:41 dholland Exp $
+
+Fix build with latest glib2.
+
+--- lib/glib-utils.h~ 2007-04-25 07:35:58.000000000 +0000
++++ lib/glib-utils.h
+@@ -28,7 +28,7 @@
+ #include "config.h"
+ #endif /* HAVE_CONFIG_H */
+
+-#include <glib/garray.h>
++#include <glib.h>
+ #include <glib/gi18n-lib.h>
+ #include "glib-compat-file-utilities.h"
+ #include "glib-compat-key-file.h"
diff --git a/inputmethod/tomoe/patches/patch-lib_tomoe_c b/inputmethod/tomoe/patches/patch-lib_tomoe_c
new file mode 100644
index 00000000000..568492cef26
--- /dev/null
+++ b/inputmethod/tomoe/patches/patch-lib_tomoe_c
@@ -0,0 +1,15 @@
+$NetBSD: patch-lib_tomoe_c,v 1.1 2012/05/06 17:24:41 dholland Exp $
+
+Fix build with latest glib2.
+
+--- lib/tomoe.c~ 2007-06-06 07:35:53.000000000 +0000
++++ lib/tomoe.c
+@@ -26,7 +26,7 @@
+ #include <stdio.h>
+ #include <stdlib.h>
+ #include <string.h>
+-#include <glib/garray.h>
++#include <glib.h>
+ #include "tomoe.h"
+
+ static gboolean initialized = FALSE;