diff options
Diffstat (limited to 'textproc/iiimf-x-lib/files/patch-iiimxcf_xiiimp.so_iiimp_iiimpIM.c')
-rw-r--r-- | textproc/iiimf-x-lib/files/patch-iiimxcf_xiiimp.so_iiimp_iiimpIM.c | 20 |
1 files changed, 0 insertions, 20 deletions
diff --git a/textproc/iiimf-x-lib/files/patch-iiimxcf_xiiimp.so_iiimp_iiimpIM.c b/textproc/iiimf-x-lib/files/patch-iiimxcf_xiiimp.so_iiimp_iiimpIM.c deleted file mode 100644 index 2ba2ba2..0000000 --- a/textproc/iiimf-x-lib/files/patch-iiimxcf_xiiimp.so_iiimp_iiimpIM.c +++ /dev/null @@ -1,20 +0,0 @@ ---- iiimxcf/xiiimp.so/iiimp/iiimpIM.c Wed Aug 25 15:09:50 2004 -+++ iiimxcf/xiiimp.so/iiimp/iiimpIM.c Wed Feb 16 22:06:57 2005 -@@ -189,7 +189,7 @@ - }; - - #ifndef IMLOCALEDIR --#define IMLOCALEDIR "/usr/lib/im/locale" -+#define IMLOCALEDIR (IMDIR "/locale") - #endif - - #define iscomment(ch) ((ch) == '\0' || (ch) == '#') -@@ -625,7 +625,7 @@ - if (mod) { - mod += strlen(MODIFIER); - -- if (!strncmp(mod, "iiimp/", 6) || !strncmp(mod, "IIIMP/", 6)) { -+ if (!strncasecmp(mod, "iiimp/", 6)) { - mod += 6; - - if (index(mod, ':')) { |