aboutsummaryrefslogtreecommitdiff
path: root/japanese/uim-tomoe-gtk
diff options
context:
space:
mode:
authorHajimu UMEMOTO <ume@FreeBSD.org>2007-04-08 17:58:13 +0000
committerHajimu UMEMOTO <ume@FreeBSD.org>2007-04-08 17:58:13 +0000
commite23f270fd33a695725babed2b36f66f55224ef07 (patch)
treeb55484d2b2c60d14a52a0649e831530fa408506d /japanese/uim-tomoe-gtk
parentf2ac589e1a164d8669e3d1b64261e3f62af8c9b1 (diff)
downloadports-e23f270fd33a695725babed2b36f66f55224ef07.tar.gz
ports-e23f270fd33a695725babed2b36f66f55224ef07.zip
Add missing patch.
Notes
Notes: svn path=/head/; revision=189502
Diffstat (limited to 'japanese/uim-tomoe-gtk')
-rw-r--r--japanese/uim-tomoe-gtk/files/patch-src::uim-tomoe-gtk.c14
1 files changed, 14 insertions, 0 deletions
diff --git a/japanese/uim-tomoe-gtk/files/patch-src::uim-tomoe-gtk.c b/japanese/uim-tomoe-gtk/files/patch-src::uim-tomoe-gtk.c
new file mode 100644
index 000000000000..277cc2782316
--- /dev/null
+++ b/japanese/uim-tomoe-gtk/files/patch-src::uim-tomoe-gtk.c
@@ -0,0 +1,14 @@
+Index: src/uim-tomoe-gtk.c
+diff -u -p src/uim-tomoe-gtk.c.orig src/uim-tomoe-gtk.c
+--- src/uim-tomoe-gtk.c.orig Wed Dec 6 15:48:57 2006
++++ src/uim-tomoe-gtk.c Mon Apr 9 02:55:56 2007
+@@ -24,6 +24,9 @@
+ #ifdef HAVE_CONFIG_H
+ #include <config.h>
+ #endif /* HAVE_CONFIG_H */
++#ifdef HAVE_LOCALE_H
++#include <locale.h>
++#endif /* HAVE_LOCALE_H */
+ #include <gtk/gtk.h>
+ #include <uim/uim.h>
+ #include <uim/uim-helper.h>