summaryrefslogtreecommitdiffstats
path: root/devel
diff options
context:
space:
mode:
authordinoex <dinoex@FreeBSD.org>2006-04-06 12:29:49 +0000
committerdinoex <dinoex@FreeBSD.org>2006-04-06 12:29:49 +0000
commit1fa369c08684b30776b847fbf3c9fd55cb9415a6 (patch)
tree3afed17c04c8356656813f04058ffba70b405332 /devel
parent6743deef9fc886f91fbf94bc619f30a001004f05 (diff)
downloadFreeBSD-ports-1fa369c08684b30776b847fbf3c9fd55cb9415a6.zip
FreeBSD-ports-1fa369c08684b30776b847fbf3c9fd55cb9415a6.tar.gz
- fix build with gcc4.1
Diffstat (limited to 'devel')
-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 0000000..b52ef7f7
--- /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);
OpenPOWER on IntegriCloud