summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'app-text/notecase/files/notecase-1.9.8-gcc44.patch')
-rw-r--r--app-text/notecase/files/notecase-1.9.8-gcc44.patch22
1 files changed, 0 insertions, 22 deletions
diff --git a/app-text/notecase/files/notecase-1.9.8-gcc44.patch b/app-text/notecase/files/notecase-1.9.8-gcc44.patch
deleted file mode 100644
index be34074283f4..000000000000
--- a/app-text/notecase/files/notecase-1.9.8-gcc44.patch
+++ /dev/null
@@ -1,22 +0,0 @@
-diff -Naurp notecase-1.9.8-orig/src/lib/IniFile.cpp notecase-1.9.8/src/lib/IniFile.cpp
---- notecase-1.9.8-orig/src/lib/IniFile.cpp 2008-10-24 12:54:50.000000000 -0600
-+++ notecase-1.9.8/src/lib/IniFile.cpp 2009-07-27 13:04:34.519339275 -0600
-@@ -9,6 +9,7 @@
- #include "IniFile.h"
- #include <algorithm> //find() function
- #include <string>
-+#include <cstdio>
- #include "File64.h"
- #include "FilePath.h"
- #include "debug.h"
-diff -Naurp notecase-1.9.8-orig/src/_unx/ExecuteFile.cpp notecase-1.9.8/src/_unx/ExecuteFile.cpp
---- notecase-1.9.8-orig/src/_unx/ExecuteFile.cpp 2008-10-24 12:54:50.000000000 -0600
-+++ notecase-1.9.8/src/_unx/ExecuteFile.cpp 2009-07-27 13:07:56.101813217 -0600
-@@ -12,6 +12,7 @@
- #include "../lib/debug.h"
- #include <string>
- #include <cstring>
-+#include <cstdio>
- #include <vector>
- #include <algorithm>
- #include <string.h>