summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTristan Heaven <nyhm@gentoo.org>2008-05-01 10:34:47 +0000
committerTristan Heaven <nyhm@gentoo.org>2008-05-01 10:34:47 +0000
commit370dd61d7130e85bdd00ed48ae61ef16cdfafe34 (patch)
tree15a5c974614d6f0f2a72814e021d7e625ddeb7c9 /games-puzzle/braincurses/files
parentTake out linux-info usage that existed for 2.4 kernels, so that haproxy will ... (diff)
downloadgentoo-2-370dd61d7130e85bdd00ed48ae61ef16cdfafe34.tar.gz
gentoo-2-370dd61d7130e85bdd00ed48ae61ef16cdfafe34.tar.bz2
gentoo-2-370dd61d7130e85bdd00ed48ae61ef16cdfafe34.zip
Fix building with gcc-4.3
(Portage version: 2.1.5_rc6)
Diffstat (limited to 'games-puzzle/braincurses/files')
-rw-r--r--games-puzzle/braincurses/files/braincurses-0.5b-gcc43.patch10
1 files changed, 10 insertions, 0 deletions
diff --git a/games-puzzle/braincurses/files/braincurses-0.5b-gcc43.patch b/games-puzzle/braincurses/files/braincurses-0.5b-gcc43.patch
new file mode 100644
index 000000000000..eafa39e4b9b8
--- /dev/null
+++ b/games-puzzle/braincurses/files/braincurses-0.5b-gcc43.patch
@@ -0,0 +1,10 @@
+--- braincurses.h
++++ braincurses.h
+@@ -12,6 +12,7 @@
+ #include <cstddef>
+ #include <cstdlib>
+ #include <ctime>
++#include <cstring>
+ #include <iostream>
+ #include <map>
+ #include <string>