summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'games-mud/kmuddy/files/kmuddy-0.8-gcc43.patch')
-rw-r--r--games-mud/kmuddy/files/kmuddy-0.8-gcc43.patch12
1 files changed, 0 insertions, 12 deletions
diff --git a/games-mud/kmuddy/files/kmuddy-0.8-gcc43.patch b/games-mud/kmuddy/files/kmuddy-0.8-gcc43.patch
deleted file mode 100644
index fb798da1d9f1..000000000000
--- a/games-mud/kmuddy/files/kmuddy-0.8-gcc43.patch
+++ /dev/null
@@ -1,12 +0,0 @@
-diff -Nurpa kmuddy-0.8.orig/lib/ctextchunk.cpp kmuddy-0.8/lib/ctextchunk.cpp
---- kmuddy-0.8.orig/lib/ctextchunk.cpp 2008-12-05 07:04:05.000000000 +0300
-+++ kmuddy-0.8/lib/ctextchunk.cpp 2008-12-05 07:42:28.000000000 +0300
-@@ -22,6 +22,8 @@
-
- #include <klocale.h>
-
-+#include <cstdlib>
-+
- QColor chunkLink::linkColor = Qt::blue;
-
- /** state variables needed to paint a row */