Revision: 83260 http://trac.macports.org/changeset/83260 Author: ryandesign@macports.org Date: 2011-08-29 01:36:40 -0700 (Mon, 29 Aug 2011) Log Message: ----------- supertux: fix build error; see #29635 Modified Paths: -------------- trunk/dports/games/supertux/Portfile Added Paths: ----------- trunk/dports/games/supertux/files/patch-src_menu.h Modified: trunk/dports/games/supertux/Portfile =================================================================== --- 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 =================================================================== --- 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 ___________________________________________________________________ Added: svn:eol-style + native
participants (1)
-
ryandesign@macports.org