summaryrefslogtreecommitdiffstats
path: root/games/gnome-games/files/patch-blackjack_src_game.cpp
diff options
context:
space:
mode:
authormarcus <marcus@df743ca5-7f9a-e211-a948-0013205c9059>2009-02-28 04:53:35 +0800
committermarcus <marcus@df743ca5-7f9a-e211-a948-0013205c9059>2009-02-28 04:53:35 +0800
commit029fbbb551ba3c732d5a1c8a02bde8853798022c (patch)
treec82f1d8dda93b239c9d064c7e056a7f847a7a6fb /games/gnome-games/files/patch-blackjack_src_game.cpp
parentf77aeca467136a98178581929bcd14b1f1759700 (diff)
downloadmarcuscom-ports-029fbbb551ba3c732d5a1c8a02bde8853798022c.tar
marcuscom-ports-029fbbb551ba3c732d5a1c8a02bde8853798022c.tar.gz
marcuscom-ports-029fbbb551ba3c732d5a1c8a02bde8853798022c.tar.bz2
marcuscom-ports-029fbbb551ba3c732d5a1c8a02bde8853798022c.tar.lz
marcuscom-ports-029fbbb551ba3c732d5a1c8a02bde8853798022c.tar.xz
marcuscom-ports-029fbbb551ba3c732d5a1c8a02bde8853798022c.tar.zst
marcuscom-ports-029fbbb551ba3c732d5a1c8a02bde8853798022c.zip
Update to 2.25.91.
git-svn-id: svn://creme-brulee.marcuscom.com/ports/trunk@11943 df743ca5-7f9a-e211-a948-0013205c9059
Diffstat (limited to 'games/gnome-games/files/patch-blackjack_src_game.cpp')
-rw-r--r--games/gnome-games/files/patch-blackjack_src_game.cpp10
1 files changed, 10 insertions, 0 deletions
diff --git a/games/gnome-games/files/patch-blackjack_src_game.cpp b/games/gnome-games/files/patch-blackjack_src_game.cpp
new file mode 100644
index 000000000..e99798100
--- /dev/null
+++ b/games/gnome-games/files/patch-blackjack_src_game.cpp
@@ -0,0 +1,10 @@
+--- blackjack/src/game.cpp.orig Wed Apr 13 15:44:11 2005
++++ blackjack/src/game.cpp Wed Apr 13 15:45:24 2005
+@@ -24,6 +24,7 @@
+
+ #include <stdlib.h>
+ #include <string.h>
++#include <ctype.h>
+ #include <glib/gi18n.h>
+ #include <glib/gstdio.h>
+ #include <libxml/tree.h>