diff options
Diffstat (limited to 'app-text/wv2/files')
-rw-r--r-- | app-text/wv2/files/wv2-0.2.3-gcc43.patch | 20 | ||||
-rw-r--r-- | app-text/wv2/files/wv2-0.2.3-respectflags.patch | 14 |
2 files changed, 0 insertions, 34 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> - diff --git a/app-text/wv2/files/wv2-0.2.3-respectflags.patch b/app-text/wv2/files/wv2-0.2.3-respectflags.patch deleted file mode 100644 index efd123736068..000000000000 --- a/app-text/wv2/files/wv2-0.2.3-respectflags.patch +++ /dev/null @@ -1,14 +0,0 @@ -Index: wv2-0.2.2/configure.in -=================================================================== ---- wv2-0.2.2.orig/configure.in -+++ wv2-0.2.2/configure.in -@@ -245,9 +245,6 @@ else - AC_MSG_ERROR(* * * No iconv support - unable to continue * * *) - fi - --CPPFLAGS=$_cppflags --LDFLAGS=$_ldflags -- - AC_SUBST(WV_ICONV_CFLAGS) - AC_SUBST(WV_ICONV_LDFLAGS) - |