diff options
Diffstat (limited to 'japanese/uim-tomoe-gtk/files')
-rw-r--r-- | japanese/uim-tomoe-gtk/files/patch-configure | 13 | ||||
-rw-r--r-- | japanese/uim-tomoe-gtk/files/patch-src::uim-tomoe-gtk.c | 14 |
2 files changed, 13 insertions, 14 deletions
diff --git a/japanese/uim-tomoe-gtk/files/patch-configure b/japanese/uim-tomoe-gtk/files/patch-configure new file mode 100644 index 000000000000..3a1695dc65c2 --- /dev/null +++ b/japanese/uim-tomoe-gtk/files/patch-configure @@ -0,0 +1,13 @@ +Index: configure +diff -u configure.orig configure +--- configure.orig 2007-08-16 03:48:43.000000000 +0900 ++++ configure 2007-08-16 03:48:56.000000000 +0900 +@@ -25862,7 +25862,7 @@ + "modify-itlocaledir":C) + sed \ + -i'' \ +- -e "s/^itlocaledir = /itlocaledir = \$(datadir)\/locale\n#itlocaledir = /" \ ++ -e "s/^itlocaledir = .*/itlocaledir = \$(datadir)\/locale/" \ + po/Makefile + ;; + "po/stamp-it":C) 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 deleted file mode 100644 index 277cc2782316..000000000000 --- a/japanese/uim-tomoe-gtk/files/patch-src::uim-tomoe-gtk.c +++ /dev/null @@ -1,14 +0,0 @@ -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> |