summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRaúl Porcel <armin76@gentoo.org>2008-08-26 09:40:33 +0000
committerRaúl Porcel <armin76@gentoo.org>2008-08-26 09:40:33 +0000
commitf355215346eab82403e96f32dcf0f6e1d55a06b8 (patch)
tree52e6576f75d9772a55f0e85ff928236de70865b3 /app-text/notecase/files
parentProcess last rites on gnustep-apps/mylibrary and gnustep-apps/helpviewer (diff)
downloadhistorical-f355215346eab82403e96f32dcf0f6e1d55a06b8.tar.gz
historical-f355215346eab82403e96f32dcf0f6e1d55a06b8.tar.bz2
historical-f355215346eab82403e96f32dcf0f6e1d55a06b8.zip
Version bump
Package-Manager: portage-2.2_rc8/cvs/Linux 2.6.25-gentoo-r7 i686
Diffstat (limited to 'app-text/notecase/files')
-rw-r--r--app-text/notecase/files/1.9.3-gcc-4.3.patch12
-rw-r--r--app-text/notecase/files/1.9.5-gcc-4.3.patch10
2 files changed, 10 insertions, 12 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
deleted file mode 100644
index 21b122ed05e4..000000000000
--- a/app-text/notecase/files/1.9.3-gcc-4.3.patch
+++ /dev/null
@@ -1,12 +0,0 @@
---- 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>
-
diff --git a/app-text/notecase/files/1.9.5-gcc-4.3.patch b/app-text/notecase/files/1.9.5-gcc-4.3.patch
new file mode 100644
index 000000000000..db199b9e070e
--- /dev/null
+++ b/app-text/notecase/files/1.9.5-gcc-4.3.patch
@@ -0,0 +1,10 @@
+--- notecase-1.9.5/src/_unx/ExecuteFile.cpp.orig 2008-08-26 11:04:59.000000000 +0200
++++ notecase-1.9.5/src/_unx/ExecuteFile.cpp 2008-08-26 11:13:39.000000000 +0200
+@@ -11,6 +11,7 @@
+ #include "../config.h"
+ #include "../lib/debug.h"
+ #include <string>
++#include <cstring>
+ #include <vector>
+ #include <algorithm>
+ #include <string.h>