diff options
author | 2008-06-28 14:42:31 +0000 | |
---|---|---|
committer | 2008-06-28 14:42:31 +0000 | |
commit | 9f14f96d3acd8b7ffbaa7f480c5dd12c19c59f67 (patch) | |
tree | 3e3c52095933e08d83fd5e53b7f75db08e8458a4 /app-text/notecase/files | |
parent | Version bump (diff) | |
download | historical-9f14f96d3acd8b7ffbaa7f480c5dd12c19c59f67.tar.gz historical-9f14f96d3acd8b7ffbaa7f480c5dd12c19c59f67.tar.bz2 historical-9f14f96d3acd8b7ffbaa7f480c5dd12c19c59f67.zip |
Add gcc-4.3 patch, thanks to Nikolay Orlyuk <virkony at gmail dot com>, bug #229865
Package-Manager: portage-2.2_rc1/cvs/Linux 2.6.24-gentoo-r8 i686
Diffstat (limited to 'app-text/notecase/files')
-rw-r--r-- | app-text/notecase/files/1.9.3-gcc-4.3.patch | 12 |
1 files changed, 12 insertions, 0 deletions
diff --git a/app-text/notecase/files/1.9.3-gcc-4.3.patch b/app-text/notecase/files/1.9.3-gcc-4.3.patch new file mode 100644 index 000000000000..21b122ed05e4 --- /dev/null +++ b/app-text/notecase/files/1.9.3-gcc-4.3.patch @@ -0,0 +1,12 @@ +--- notecase-1.9.3/src/_unx/ExecuteFile.cpp.orig 2008-03-27 +14:39:14.000000000 +0200 ++++ notecase-1.9.3/src/_unx/ExecuteFile.cpp 2008-06-28 08:59:19.000000000 ++0300 +@@ -11,6 +11,7 @@ + #include "../config.h" + #include "../lib/debug.h" + #include <string> ++#include <cstring> + #include <vector> + #include <algorithm> + |