summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'app-i18n/x-unikey/files/x-unikey-1.0.4-gcc44.patch')
-rw-r--r--app-i18n/x-unikey/files/x-unikey-1.0.4-gcc44.patch31
1 files changed, 0 insertions, 31 deletions
diff --git a/app-i18n/x-unikey/files/x-unikey-1.0.4-gcc44.patch b/app-i18n/x-unikey/files/x-unikey-1.0.4-gcc44.patch
deleted file mode 100644
index 5e59ca131b70..000000000000
--- a/app-i18n/x-unikey/files/x-unikey-1.0.4-gcc44.patch
+++ /dev/null
@@ -1,31 +0,0 @@
-diff -ur x-unikey-1.0.4.orig/src/ukengine/mactab.cpp x-unikey-1.0.4/src/ukengine/mactab.cpp
---- x-unikey-1.0.4.orig/src/ukengine/mactab.cpp 2006-04-09 14:46:02.000000000 +0300
-+++ x-unikey-1.0.4/src/ukengine/mactab.cpp 2009-08-10 14:50:50.000000000 +0300
-@@ -287,7 +287,7 @@
- char key[MAX_MACRO_KEY_LEN];
-
- // Parse the input item
-- char * pos = strchr(item, ':');
-+ const char * pos = strchr(item, ':');
- if (pos == NULL)
- return -1;
- int keyLen = (int)(pos - item);
-diff -ur x-unikey-1.0.4.orig/src/ukengine/usrkeymap.cpp x-unikey-1.0.4/src/ukengine/usrkeymap.cpp
---- x-unikey-1.0.4.orig/src/ukengine/usrkeymap.cpp 2006-04-09 02:31:40.000000000 +0300
-+++ x-unikey-1.0.4/src/ukengine/usrkeymap.cpp 2009-08-10 14:48:44.000000000 +0300
-@@ -21,6 +21,8 @@
- * Boston, MA 02111-1307, USA.
- */
-
-+#include <stdio.h>
-+
- #include "stdafx.h"
- #include <iostream>
- using namespace std;
-@@ -262,4 +264,4 @@
- return i;
- }
- return -1;
--}
-\ No newline at end of file
-+}