summaryrefslogtreecommitdiffstats
path: root/games/supertux/supertux-gcc4.2.patch
diff options
context:
space:
mode:
author Robby Workman2016-01-04 07:35:38 +0100
committer Willy Sudiarto Raharjo2016-01-09 01:12:53 +0100
commit1215069a8f27ff78dfec9177985c871c1aeb8abd (patch)
treef21b50c13fc6bbd5ef7080873cc350563626ab1d /games/supertux/supertux-gcc4.2.patch
parentf15f260c74a176d6974698320fe549f4ac5b062b (diff)
downloadslackbuilds-1215069a8f27ff78dfec9177985c871c1aeb8abd.tar.gz
games/supertux: Updated for version 0.4.0.
This replaces supertux2 as well. Signed-off-by: Robby Workman <rworkman@slackbuilds.org>
Diffstat (limited to 'games/supertux/supertux-gcc4.2.patch')
-rw-r--r--games/supertux/supertux-gcc4.2.patch12
1 files changed, 0 insertions, 12 deletions
diff --git a/games/supertux/supertux-gcc4.2.patch b/games/supertux/supertux-gcc4.2.patch
deleted file mode 100644
index 5168cc0bf1..0000000000
--- a/games/supertux/supertux-gcc4.2.patch
+++ /dev/null
@@ -1,12 +0,0 @@
-diff -ur supertux-0.1.3.orig/src/menu.h supertux-0.1.3/src/menu.h
---- supertux-0.1.3.orig/src/menu.h 2005-06-21 23:16:07.000000000 +0200
-+++ supertux-0.1.3/src/menu.h 2008-08-16 01:48:12.000000000 +0200
-@@ -207,7 +207,7 @@
-
- bool isToggled(int id);
-
-- void Menu::get_controlfield_key_into_input(MenuItem *item);
-+ void get_controlfield_key_into_input(MenuItem *item);
-
- void draw ();
- void draw_item(int index, int menu_width, int menu_height);