aboutsummaryrefslogtreecommitdiff
path: root/lang/gnustep-guile
diff options
context:
space:
mode:
authorJoe Marcus Clarke <marcus@FreeBSD.org>2008-03-02 19:21:44 +0000
committerJoe Marcus Clarke <marcus@FreeBSD.org>2008-03-02 19:21:44 +0000
commit99a88d6e2ea41966bf3269feb1e637b48a0af3c2 (patch)
treef6e7e7285b38d5cffadddd487952fdb401825f89 /lang/gnustep-guile
parent1030b9036a0b60f49632513347235594c43db657 (diff)
downloadports-99a88d6e2ea41966bf3269feb1e637b48a0af3c2.tar.gz
ports-99a88d6e2ea41966bf3269feb1e637b48a0af3c2.zip
Notes
Diffstat (limited to 'lang/gnustep-guile')
-rw-r--r--lang/gnustep-guile/files/patch-Library_gg_class.m13
1 files changed, 13 insertions, 0 deletions
diff --git a/lang/gnustep-guile/files/patch-Library_gg_class.m b/lang/gnustep-guile/files/patch-Library_gg_class.m
new file mode 100644
index 000000000000..e5e4367e6c1a
--- /dev/null
+++ b/lang/gnustep-guile/files/patch-Library_gg_class.m
@@ -0,0 +1,13 @@
+--- Library/gg_class.m.orig 2008-03-02 14:19:31.000000000 -0500
++++ Library/gg_class.m 2008-03-02 14:20:22.000000000 -0500
+@@ -414,8 +414,8 @@ gstep_send_msg_to_guile(id rcv, SEL sel,
+ data.selname = gh_str02scm((char*)selname);
+ data.argslist = argsList;
+
+- val = gh_catch(SCM_BOOL_T, (scm_catch_body_t)proc_wrapper, (void*)&data,
+- (scm_catch_handler_t)proc_error, (void*)procname);
++ val = gh_catch(SCM_BOOL_T, (scm_t_catch_body)proc_wrapper, (void*)&data,
++ (scm_t_catch_handler)proc_error, (void*)procname);
+
+ /*
+ * Now decode the Guile return value into the correct ObjectiveC