summaryrefslogtreecommitdiff
path: root/games-rpg/adonthell/files/adonthell-0.3.5-gcc46.patch
diff options
context:
space:
mode:
Diffstat (limited to 'games-rpg/adonthell/files/adonthell-0.3.5-gcc46.patch')
-rw-r--r--games-rpg/adonthell/files/adonthell-0.3.5-gcc46.patch13
1 files changed, 0 insertions, 13 deletions
diff --git a/games-rpg/adonthell/files/adonthell-0.3.5-gcc46.patch b/games-rpg/adonthell/files/adonthell-0.3.5-gcc46.patch
deleted file mode 100644
index 7e54ec5ee03a..000000000000
--- a/games-rpg/adonthell/files/adonthell-0.3.5-gcc46.patch
+++ /dev/null
@@ -1,13 +0,0 @@
---- a/src/win_event.cc 2011-04-18 08:24:16.000000000 +0200
-+++ b/src/win_event.cc 2011-04-18 08:25:18.000000000 +0200
-@@ -34,8 +34,9 @@
-
- case DESTROY:
- {
-+ Functor0wRet<bool> func0ret;
- set_callback_destroy (
-- makeFunctor (&Functor0wRet<bool>(), *callback, &py_callback::callback_func0ret));
-+ makeFunctor (&func0ret, *callback, &py_callback::callback_func0ret));
- break;
- }
-