aboutsummaryrefslogtreecommitdiff
path: root/devel/ruby-gnustep
diff options
context:
space:
mode:
authorDirk Meyer <dinoex@FreeBSD.org>2006-04-06 12:29:49 +0000
committerDirk Meyer <dinoex@FreeBSD.org>2006-04-06 12:29:49 +0000
commitdb827f2886e4b149ed0493bf139db723fbf828d2 (patch)
tree2763801961a7db469248e9e2d88d14df7f65d55d /devel/ruby-gnustep
parent3e9a4dba2a8e720432fa11a0e5246183de0d8699 (diff)
downloadports-db827f2886e4b149ed0493bf139db723fbf828d2.tar.gz
ports-db827f2886e4b149ed0493bf139db723fbf828d2.zip
- fix build with gcc4.1
Notes
Notes: svn path=/head/; revision=158950
Diffstat (limited to 'devel/ruby-gnustep')
-rw-r--r--devel/ruby-gnustep/files/patch-RIGSProxySetup.h11
1 files changed, 11 insertions, 0 deletions
diff --git a/devel/ruby-gnustep/files/patch-RIGSProxySetup.h b/devel/ruby-gnustep/files/patch-RIGSProxySetup.h
new file mode 100644
index 000000000000..b52ef7f7dc5e
--- /dev/null
+++ b/devel/ruby-gnustep/files/patch-RIGSProxySetup.h
@@ -0,0 +1,11 @@
+--- Source/RIGSProxySetup.h.orig Wed Apr 5 09:19:44 2006
++++ Source/RIGSProxySetup.h Wed Apr 5 09:25:41 2006
+@@ -90,7 +90,7 @@
+ * objective-C runtime.
+ */
+ int _RIGS_ruby_method_arity(const char *rb_class_name, const char *rb_mth_name);
+-id _RIGS_register_ruby_class (VALUE rb_class);
++Class _RIGS_register_ruby_class (VALUE rb_class);
+ VALUE _RIGS_register_ruby_class_from_ruby (VALUE self, VALUE rb_class);
+ BOOL _RIGS_build_objc_types(VALUE rb_class, const char *rb_mth_name,
+ const char retValueType, int nbArgs, char *sigBuf);