diff options
author | Petar Petrov <petar.petrov@student.oulu.fi> | 2013-12-14 09:14:51 +0700 |
---|---|---|
committer | Erik Hanson <erik@slackbuilds.org> | 2013-12-14 10:53:06 -0600 |
commit | 504c5bd5fcd4b7c0f92cf2657b5a384baee74fef (patch) | |
tree | 4ef22c5fcd2d4148210f3d2f34b7cc5bb6d0694a /games/supertux2/supertux2-0.3.3-gcc46.patch | |
parent | 999b3635494c28363dd34fadf9d5b122592a3200 (diff) | |
download | slackbuilds-504c5bd5fcd4b7c0f92cf2657b5a384baee74fef.tar.gz |
games/supertux2: Updated for version 0.3.4.
Signed-off-by: Willy Sudiarto Raharjo <willysr@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, 0 insertions, 13 deletions
diff --git a/games/supertux2/supertux2-0.3.3-gcc46.patch b/games/supertux2/supertux2-0.3.3-gcc46.patch deleted file mode 100644 index 07e3fc35d6..0000000000 --- a/games/supertux2/supertux2-0.3.3-gcc46.patch +++ /dev/null @@ -1,13 +0,0 @@ -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" - |