diff options
Diffstat (limited to 'games-engines/kwest/files/kwest-1.0-gcc43.patch')
-rw-r--r-- | games-engines/kwest/files/kwest-1.0-gcc43.patch | 23 |
1 files changed, 0 insertions, 23 deletions
diff --git a/games-engines/kwest/files/kwest-1.0-gcc43.patch b/games-engines/kwest/files/kwest-1.0-gcc43.patch deleted file mode 100644 index 58841c3f309f..000000000000 --- a/games-engines/kwest/files/kwest-1.0-gcc43.patch +++ /dev/null @@ -1,23 +0,0 @@ ---- kwest/kwestview.cpp.old 2009-01-20 15:29:26.000000000 +0100 -+++ kwest/kwestview.cpp 2009-01-20 15:29:41.000000000 +0100 -@@ -26,7 +26,7 @@ - #include "frotz.h" - #include "k_frotz.h" - --#include <iostream.h> -+#include <iostream> - - extern "C" bool is_terminator(zchar); - extern "C" int completion(const zchar *, zchar *); ---- kwest/k_init.cpp.old 2009-01-20 15:37:26.000000000 +0100 -+++ kwest/k_init.cpp 2009-01-20 15:38:04.000000000 +0100 -@@ -154,7 +154,7 @@ - * - */ - --#include <iostream.h> -+#include <iostream> - - void os_init_screen() - { - |