From 242fc244559f57400c101bf17895f0563d7bb800 Mon Sep 17 00:00:00 2001 From: amdmi3 Date: Tue, 28 Jul 2009 22:29:54 +0000 Subject: - Fix build after lang/squirrel update Reported by: pointyhat --- games/windstille/Makefile | 2 +- games/windstille/files/patch-src-script_manager.cpp | 11 +++++++++++ 2 files changed, 12 insertions(+), 1 deletion(-) create mode 100644 games/windstille/files/patch-src-script_manager.cpp (limited to 'games') diff --git a/games/windstille/Makefile b/games/windstille/Makefile index 0b4f67c932d7..c1e8cddf8f5f 100644 --- a/games/windstille/Makefile +++ b/games/windstille/Makefile @@ -7,7 +7,7 @@ PORTNAME= windstille PORTVERSION= 0.3.0 -PORTREVISION= 6 +PORTREVISION= 7 CATEGORIES= games MASTER_SITES= BERLIOS CENKES diff --git a/games/windstille/files/patch-src-script_manager.cpp b/games/windstille/files/patch-src-script_manager.cpp new file mode 100644 index 000000000000..24149d6b8dc8 --- /dev/null +++ b/games/windstille/files/patch-src-script_manager.cpp @@ -0,0 +1,11 @@ +--- src/script_manager.cpp.orig 2007-06-12 21:32:05.000000000 +0400 ++++ src/script_manager.cpp 2009-07-28 23:45:51.000000000 +0400 +@@ -130,7 +130,7 @@ + { + squirrel_vm.waiting_for_events = WakeupData(NO_EVENT); + try { +- if(sq_wakeupvm(squirrel_vm.vm, false, false, true) < 0) { ++ if(sq_wakeupvm(squirrel_vm.vm, false, false, true, false) < 0) { + throw SquirrelError(squirrel_vm.vm, "Couldn't resume script"); + } + } catch(std::exception& e) { -- cgit