diff options
author | Diego Elio Pettenò <flameeyes@gentoo.org> | 2009-05-09 16:36:44 +0000 |
---|---|---|
committer | Diego Elio Pettenò <flameeyes@gentoo.org> | 2009-05-09 16:36:44 +0000 |
commit | 5445e2d9eef83182c92852f5192c7ff77e7309b8 (patch) | |
tree | a8d1c36afcf95f46558f5cab210499ca0a459869 /app-i18n/scim-bridge/files | |
parent | Keyworded on alpha, bug #268645 (diff) | |
download | gentoo-2-5445e2d9eef83182c92852f5192c7ff77e7309b8.tar.gz gentoo-2-5445e2d9eef83182c92852f5192c7ff77e7309b8.tar.bz2 gentoo-2-5445e2d9eef83182c92852f5192c7ff77e7309b8.zip |
Add patch to build with GCC 4.4, closes bug #269150.
(Portage version: 2.2_rc33/cvs/Linux x86_64)
Diffstat (limited to 'app-i18n/scim-bridge/files')
-rw-r--r-- | app-i18n/scim-bridge/files/scim-bridge-0.4.16+gcc-4.4.patch | 12 |
1 files changed, 12 insertions, 0 deletions
diff --git a/app-i18n/scim-bridge/files/scim-bridge-0.4.16+gcc-4.4.patch b/app-i18n/scim-bridge/files/scim-bridge-0.4.16+gcc-4.4.patch new file mode 100644 index 000000000000..11415931fdbc --- /dev/null +++ b/app-i18n/scim-bridge/files/scim-bridge-0.4.16+gcc-4.4.patch @@ -0,0 +1,12 @@ +Index: scim-bridge-0.4.16/agent/scim-bridge-agent-application.cpp +=================================================================== +--- scim-bridge-0.4.16.orig/agent/scim-bridge-agent-application.cpp ++++ scim-bridge-0.4.16/agent/scim-bridge-agent-application.cpp +@@ -24,6 +24,7 @@ + #include <unistd.h> + + #include <iostream> ++#include <cstdio> + + #include "scim-bridge-agent.h" + |