summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJulian Ospald <hasufell@gentoo.org>2013-02-23 20:23:15 +0000
committerJulian Ospald <hasufell@gentoo.org>2013-02-23 20:23:15 +0000
commit38448c748e2a96a58e8a3a73147944754bbcefb4 (patch)
tree7b7655da5d548ae1e653c68e758f12ce78f87b17 /games-engines/odamex/files
parentNew ebuild for stargazer. Contributed by SpiderX. Fixes bug #452916. (diff)
downloadgentoo-2-38448c748e2a96a58e8a3a73147944754bbcefb4.tar.gz
gentoo-2-38448c748e2a96a58e8a3a73147944754bbcefb4.tar.bz2
gentoo-2-38448c748e2a96a58e8a3a73147944754bbcefb4.zip
fix bug #458902
(Portage version: 2.2.0_alpha163/cvs/Linux x86_64, signed Manifest commit with key E73C35B3)
Diffstat (limited to 'games-engines/odamex/files')
-rw-r--r--games-engines/odamex/files/odamex-0.6.2-libagar.patch15
1 files changed, 15 insertions, 0 deletions
diff --git a/games-engines/odamex/files/odamex-0.6.2-libagar.patch b/games-engines/odamex/files/odamex-0.6.2-libagar.patch
new file mode 100644
index 000000000000..5f367aff1d6e
--- /dev/null
+++ b/games-engines/odamex/files/odamex-0.6.2-libagar.patch
@@ -0,0 +1,15 @@
+http://odamex.net/svn/revision.php?rev=3691
+
+Index: ag-odalaunch/src/main.cpp
+===================================================================
+--- ag-odalaunch/src/main.cpp (revision 3668)
++++ ag-odalaunch/src/main.cpp (working copy)
+@@ -52,7 +52,7 @@
+ {
+ AG_Window *win;
+
+- if((win = AG_GuiDebugger(agWindowFocused)) != NULL)
++ if((win = (AG_Window*)AG_GuiDebugger(agWindowFocused)) != NULL)
+ {
+ AG_WindowShow(win);
+ }