diff options
Diffstat (limited to 'app-text/wv2/files/wv2-0.2.3-gcc43.patch')
-rw-r--r-- | app-text/wv2/files/wv2-0.2.3-gcc43.patch | 20 |
1 files changed, 0 insertions, 20 deletions
diff --git a/app-text/wv2/files/wv2-0.2.3-gcc43.patch b/app-text/wv2/files/wv2-0.2.3-gcc43.patch deleted file mode 100644 index ee44a8bf854d..000000000000 --- a/app-text/wv2/files/wv2-0.2.3-gcc43.patch +++ /dev/null @@ -1,20 +0,0 @@ ---- src/styles.cpp.orig 2008-02-22 15:40:41.000000000 +0100 -+++ src/styles.cpp 2008-02-22 15:41:05.000000000 +0100 -@@ -24,6 +24,7 @@ - - #include "wvlog.h" - #include <algorithm> -+#include <string.h> - - namespace wvWare - { ---- tests/test.h 2003-08-07 13:33:22.000000000 -0600 -+++ tests/test.h 2008-06-18 19:00:14.000000000 -0600 -@@ -18,6 +18,7 @@ - - #include <iostream> - #include <string> -+#include <cstdlib> - - #include <stdio.h> - |