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, 12 insertions, 0 deletions
diff --git a/games-mud/kmuddy/files/kmuddy-0.8-gcc43.patch b/games-mud/kmuddy/files/kmuddy-0.8-gcc43.patch
new file mode 100644
index 000000000000..fb798da1d9f1
--- /dev/null
+++ b/games-mud/kmuddy/files/kmuddy-0.8-gcc43.patch
@@ -0,0 +1,12 @@
+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 */