diff options
author | Diego Elio Pettenò <flameeyes@gentoo.org> | 2008-06-09 12:24:14 +0000 |
---|---|---|
committer | Diego Elio Pettenò <flameeyes@gentoo.org> | 2008-06-09 12:24:14 +0000 |
commit | 22bfefb8c50ff0767dcb612c4c159301fe88cecc (patch) | |
tree | c5d8286b857675e9f186b78f9e18f7be5d85da1c /app-i18n/scim-hangul/files | |
parent | Add patch to build with GCC 4.3. Thanks to Marek Miller in bug #223161. (diff) | |
download | historical-22bfefb8c50ff0767dcb612c4c159301fe88cecc.tar.gz historical-22bfefb8c50ff0767dcb612c4c159301fe88cecc.tar.bz2 historical-22bfefb8c50ff0767dcb612c4c159301fe88cecc.zip |
Add patch to build with GCC 4.3. Thanks to Steve Warren in bug #222557.
Package-Manager: portage-2.1.5.4
Diffstat (limited to 'app-i18n/scim-hangul/files')
-rw-r--r-- | app-i18n/scim-hangul/files/scim-hangul-0.3.2+gcc-4.3.patch | 23 |
1 files changed, 23 insertions, 0 deletions
diff --git a/app-i18n/scim-hangul/files/scim-hangul-0.3.2+gcc-4.3.patch b/app-i18n/scim-hangul/files/scim-hangul-0.3.2+gcc-4.3.patch new file mode 100644 index 000000000000..b7698793ac8e --- /dev/null +++ b/app-i18n/scim-hangul/files/scim-hangul-0.3.2+gcc-4.3.patch @@ -0,0 +1,23 @@ +diff -up scim-hangul-0.3.2/src/scim_hangul_imengine.cpp.gcc43~ scim-hangul-0.3.2/src/scim_hangul_imengine.cpp +--- scim-hangul-0.3.2/src/scim_hangul_imengine.cpp.gcc43~ 2008-01-13 08:01:34.000000000 +0000 ++++ scim-hangul-0.3.2/src/scim_hangul_imengine.cpp 2008-01-13 08:01:34.000000000 +0000 +@@ -29,6 +29,7 @@ + #define Uses_SCIM_LOOKUP_TABLE + #define Uses_SCIM_CONFIG_BASE + ++#include <cstring> + #ifdef HAVE_CONFIG_H + #include <config.h> + #endif +diff -up scim-hangul-0.3.2/src/scim_hangul_imengine_setup.cpp.gcc43~ scim-hangul-0.3.2/src/scim_hangul_imengine_setup.cpp +--- scim-hangul-0.3.2/src/scim_hangul_imengine_setup.cpp.gcc43~ 2008-01-13 08:01:37.000000000 +0000 ++++ scim-hangul-0.3.2/src/scim_hangul_imengine_setup.cpp 2008-01-13 08:01:37.000000000 +0000 +@@ -28,7 +28,8 @@ + + #define Uses_SCIM_CONFIG_BASE + ++#include <cstring> + #include <gtk/gtk.h> + + #ifdef HAVE_CONFIG_H + |