diff options
author | ume <ume@FreeBSD.org> | 2007-04-09 01:58:13 +0800 |
---|---|---|
committer | ume <ume@FreeBSD.org> | 2007-04-09 01:58:13 +0800 |
commit | 939dd3bc8dcfb82aaed3b5742ad79b6d8e9566ea (patch) | |
tree | 6826eb052e609d508ed8dab098c11d78384c6df3 /japanese | |
parent | 27a2a6a292152f4b4404fcc1674c09e6a6099460 (diff) | |
download | freebsd-ports-gnome-939dd3bc8dcfb82aaed3b5742ad79b6d8e9566ea.tar.gz freebsd-ports-gnome-939dd3bc8dcfb82aaed3b5742ad79b6d8e9566ea.tar.zst freebsd-ports-gnome-939dd3bc8dcfb82aaed3b5742ad79b6d8e9566ea.zip |
Add missing patch.
Diffstat (limited to 'japanese')
-rw-r--r-- | japanese/uim-tomoe-gtk/files/patch-src::uim-tomoe-gtk.c | 14 |
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> |