summaryrefslogtreecommitdiff
path: root/games
diff options
context:
space:
mode:
authorJoe Marcus Clarke <marcus@FreeBSD.org>2005-04-13 19:46:33 +0000
committerJoe Marcus Clarke <marcus@FreeBSD.org>2005-04-13 19:46:33 +0000
commita0d494a621066400360f60b6d5616d8f6e17fb2b (patch)
treea42e5b5208d22c4c0be381d98039432692992cf3 /games
parentFix pciutils for recent pci changes in src/sys/dev/pci/pci_user.c. (diff)
Fix the build on 4.X.
Reported by: GNOME Tinderbox
Notes
Notes: svn path=/head/; revision=133265
Diffstat (limited to 'games')
-rw-r--r--games/gnome-games/files/patch-blackjack_src_game.cpp10
-rw-r--r--games/gnomegames2/files/patch-blackjack_src_game.cpp10
2 files changed, 20 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 000000000000..e99798100783
--- /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>
diff --git a/games/gnomegames2/files/patch-blackjack_src_game.cpp b/games/gnomegames2/files/patch-blackjack_src_game.cpp
new file mode 100644
index 000000000000..e99798100783
--- /dev/null
+++ b/games/gnomegames2/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>