diff options
author | Robby Workman <rworkman@slackbuilds.org> | 2012-09-08 23:38:19 -0500 |
---|---|---|
committer | Robby Workman <rworkman@slackbuilds.org> | 2012-09-09 00:23:03 -0500 |
commit | 5061507edcf711942def87a259dded6699918136 (patch) | |
tree | cf26a6fa84763fd1287e56e28a03169de81851cc /games/supertux2/supertux2-0.3.3-gcc46.patch | |
parent | 8a1a0fb2e372066d0b1a535a0151f094299257aa (diff) |
games/supertux2: Included several build-fix patches
Signed-off-by: Robby Workman <rworkman@slackbuilds.org>
Diffstat (limited to 'games/supertux2/supertux2-0.3.3-gcc46.patch')
-rw-r--r-- | games/supertux2/supertux2-0.3.3-gcc46.patch | 13 |
1 files changed, 13 insertions, 0 deletions
diff --git a/games/supertux2/supertux2-0.3.3-gcc46.patch b/games/supertux2/supertux2-0.3.3-gcc46.patch new file mode 100644 index 0000000000000..07e3fc35d6e00 --- /dev/null +++ b/games/supertux2/supertux2-0.3.3-gcc46.patch @@ -0,0 +1,13 @@ +Description: Add missing header. Fixes FTBFS with gcc 4.6. +Author: Ilya Barygin <barygin@gmail.com> +Bug-Ubuntu: https://launchpad.net/bugs/832874 +--- supertux-0.3.3.orig/src/supertux/screen_manager.hpp ++++ supertux-0.3.3/src/supertux/screen_manager.hpp +@@ -18,6 +18,7 @@ + #define HEADER_SUPERTUX_SUPERTUX_MAINLOOP_HPP + + #include <memory> ++#include <cstring> + + #include "scripting/thread_queue.hpp" + |