diff options
author | Wulf Krueger <philantrop@gentoo.org> | 2008-02-24 13:38:42 +0000 |
---|---|---|
committer | Wulf Krueger <philantrop@gentoo.org> | 2008-02-24 13:38:42 +0000 |
commit | 6ce437fa00f580621b2799f8071a7b0a7ee63a94 (patch) | |
tree | bd8c77b2bc33973e5e39a133816c7e4f486a20cd /kde-base/mimelib/files | |
parent | Added a patch for gcc 4.3 compatibility as kindly provided by Ryan Hill on bu... (diff) | |
download | historical-6ce437fa00f580621b2799f8071a7b0a7ee63a94.tar.gz historical-6ce437fa00f580621b2799f8071a7b0a7ee63a94.tar.bz2 historical-6ce437fa00f580621b2799f8071a7b0a7ee63a94.zip |
Added a patch for gcc 4.3 compatibility as kindly provided by Ryan Hill on bug 211216.
Package-Manager: portage-2.1.4.4
Diffstat (limited to 'kde-base/mimelib/files')
-rw-r--r-- | kde-base/mimelib/files/mimelib-3.5.9-gcc-4.3-testsuite.patch | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/kde-base/mimelib/files/mimelib-3.5.9-gcc-4.3-testsuite.patch b/kde-base/mimelib/files/mimelib-3.5.9-gcc-4.3-testsuite.patch new file mode 100644 index 000000000000..cd175d60d07d --- /dev/null +++ b/kde-base/mimelib/files/mimelib-3.5.9-gcc-4.3-testsuite.patch @@ -0,0 +1,11 @@ +diff -Naur mimelib-3.5.8-orig/mimelib/test_boyermor.cpp mimelib-3.5.8/mimelib/test_boyermor.cpp +--- mimelib-3.5.8-orig/mimelib/test_boyermor.cpp 2005-09-10 02:24:49.000000000 -0600 ++++ mimelib-3.5.8/mimelib/test_boyermor.cpp 2008-01-11 18:26:20.000000000 -0600 +@@ -2,6 +2,7 @@ + #include <mimelib/string.h> + + #include <iostream> ++#include <cstdlib> + using std::cerr; + using std::cout; + using std::endl; |