Modified: trunk/dports/games/supertux/Portfile (83259 => 83260)
--- trunk/dports/games/supertux/Portfile 2011-08-29 08:18:21 UTC (rev 83259)
+++ trunk/dports/games/supertux/Portfile 2011-08-29 08:36:40 UTC (rev 83260)
@@ -17,7 +17,8 @@
checksums md5 f2fc288459f33d5cd8f645fbca737a63
use_bzip2 yes
-patchfiles patch-src_texture.h
+patchfiles patch-src_menu.h \
+ patch-src_texture.h
depends_lib bin:sdl-config:libsdl \
lib:libmikmod:libmikmod \
Added: trunk/dports/games/supertux/files/patch-src_menu.h (0 => 83260)
--- trunk/dports/games/supertux/files/patch-src_menu.h (rev 0)
+++ trunk/dports/games/supertux/files/patch-src_menu.h 2011-08-29 08:36:40 UTC (rev 83260)
@@ -0,0 +1,11 @@
+--- src/menu.h.orig 2005-06-21 16:16:07.000000000 -0500
++++ src/menu.h 2011-08-29 03:28:39.000000000 -0500
+@@ -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);
Property changes on: trunk/dports/games/supertux/files/patch-src_menu.h
___________________________________________________________________