summaryrefslogtreecommitdiffstats
path: root/games/gnome-games
diff options
context:
space:
mode:
authormarcus <marcus@df743ca5-7f9a-e211-a948-0013205c9059>2003-06-18 01:01:36 +0800
committermarcus <marcus@df743ca5-7f9a-e211-a948-0013205c9059>2003-06-18 01:01:36 +0800
commit300395dba0337f922df4e7caa1d0a59a913e2951 (patch)
tree5f80945a4fbec7fe5758dbfb8556fe1e8e2dfa35 /games/gnome-games
parentb6245c4ae6d2b3d7066ea6287ea71817e22049eb (diff)
downloadmarcuscom-ports-300395dba0337f922df4e7caa1d0a59a913e2951.tar
marcuscom-ports-300395dba0337f922df4e7caa1d0a59a913e2951.tar.gz
marcuscom-ports-300395dba0337f922df4e7caa1d0a59a913e2951.tar.bz2
marcuscom-ports-300395dba0337f922df4e7caa1d0a59a913e2951.tar.lz
marcuscom-ports-300395dba0337f922df4e7caa1d0a59a913e2951.tar.xz
marcuscom-ports-300395dba0337f922df4e7caa1d0a59a913e2951.tar.zst
marcuscom-ports-300395dba0337f922df4e7caa1d0a59a913e2951.zip
Fix build on -CURRENT.
git-svn-id: svn://creme-brulee.marcuscom.com/ports/trunk@902 df743ca5-7f9a-e211-a948-0013205c9059
Diffstat (limited to 'games/gnome-games')
-rw-r--r--games/gnome-games/files/patch-blackjack_src_game.cpp11
1 files changed, 11 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..1231e5156
--- /dev/null
+++ b/games/gnome-games/files/patch-blackjack_src_game.cpp
@@ -0,0 +1,11 @@
+--- blackjack/src/game.cpp.orig Tue Jun 17 13:01:16 2003
++++ blackjack/src/game.cpp Tue Jun 17 13:02:39 2003
+@@ -98,7 +98,7 @@
+ }
+
+ int
+-bj_is_ruleset (const struct dirent* dent)
++bj_is_ruleset (struct dirent* dent)
+ {
+ return (!strcmp (g_extension_pointer (dent->d_name), "rules"));
+ }