diff options
author | Matsuu Takuto <matsuu@gentoo.org> | 2008-05-07 15:29:03 +0000 |
---|---|---|
committer | Matsuu Takuto <matsuu@gentoo.org> | 2008-05-07 15:29:03 +0000 |
commit | 0d0f4e86da16a55018b04e4f6dc1a6d3a6335dc1 (patch) | |
tree | 90cfc1fbcde83dcf463b556a9d45e04922df6485 /app-i18n/scim-skk/files | |
parent | Chainsaw is taking over maintaining nvidia-drivers (diff) | |
download | historical-0d0f4e86da16a55018b04e4f6dc1a6d3a6335dc1.tar.gz historical-0d0f4e86da16a55018b04e4f6dc1a6d3a6335dc1.tar.bz2 historical-0d0f4e86da16a55018b04e4f6dc1a6d3a6335dc1.zip |
Fixed build failure with gcc-4.3, the patch is from debian bug #455270.
Package-Manager: portage-2.1.5_rc6
Diffstat (limited to 'app-i18n/scim-skk/files')
-rw-r--r-- | app-i18n/scim-skk/files/scim-skk-0.5.2-gcc43.patch | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/app-i18n/scim-skk/files/scim-skk-0.5.2-gcc43.patch b/app-i18n/scim-skk/files/scim-skk-0.5.2-gcc43.patch new file mode 100644 index 000000000000..8223eb3502ce --- /dev/null +++ b/app-i18n/scim-skk/files/scim-skk-0.5.2-gcc43.patch @@ -0,0 +1,11 @@ +--- a/src/scim_skk_imengine_setup.cpp ++++ b/src/scim_skk_imengine_setup.cpp +@@ -39,6 +39,8 @@ + #include "scim_skk_intl.h" + #include "scim_skk_setup_dictionaries.h" + ++#include <cstring> ++ + using namespace scim; + + namespace scim_skk { |