summaryrefslogtreecommitdiffstats
path: root/games/gnome-games/files
diff options
context:
space:
mode:
authormarcus <marcus@df743ca5-7f9a-e211-a948-0013205c9059>2007-05-16 11:59:58 +0800
committermarcus <marcus@df743ca5-7f9a-e211-a948-0013205c9059>2007-05-16 11:59:58 +0800
commit7ad4126b3df5abcc00fe0779d4fc1b701776de1f (patch)
tree2720c5742c792606ed9d713a63f0a25f839f7232 /games/gnome-games/files
parent781709fad85bc5f11b995b07556dccf213d10bd2 (diff)
downloadmarcuscom-ports-7ad4126b3df5abcc00fe0779d4fc1b701776de1f.tar
marcuscom-ports-7ad4126b3df5abcc00fe0779d4fc1b701776de1f.tar.gz
marcuscom-ports-7ad4126b3df5abcc00fe0779d4fc1b701776de1f.tar.bz2
marcuscom-ports-7ad4126b3df5abcc00fe0779d4fc1b701776de1f.tar.lz
marcuscom-ports-7ad4126b3df5abcc00fe0779d4fc1b701776de1f.tar.xz
marcuscom-ports-7ad4126b3df5abcc00fe0779d4fc1b701776de1f.tar.zst
marcuscom-ports-7ad4126b3df5abcc00fe0779d4fc1b701776de1f.zip
Update to 2.19.2.
git-svn-id: svn://creme-brulee.marcuscom.com/ports/trunk@8874 df743ca5-7f9a-e211-a948-0013205c9059
Diffstat (limited to 'games/gnome-games/files')
-rw-r--r--games/gnome-games/files/patch-aisleriot_cscmi.c12
1 files changed, 0 insertions, 12 deletions
diff --git a/games/gnome-games/files/patch-aisleriot_cscmi.c b/games/gnome-games/files/patch-aisleriot_cscmi.c
deleted file mode 100644
index 2966e6c41..000000000
--- a/games/gnome-games/files/patch-aisleriot_cscmi.c
+++ /dev/null
@@ -1,12 +0,0 @@
---- aisleriot/cscmi.c.orig Tue Nov 7 17:49:43 2006
-+++ aisleriot/cscmi.c Tue Nov 7 17:49:53 2006
-@@ -637,8 +637,8 @@ cscmi_drop_cards (int start_slot, GList
- cscmi_call_lambda,
- call_data, cscmi_catch_handler, NULL);
- retval = call_data->retval;
-- g_free (call_data);
- scm_gc_unprotect_object (call_data->arg2);
-+ g_free (call_data);
-
- return SCM_NFALSEP (retval);
- }