summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDiego Elio Pettenò <flameeyes@gentoo.org>2005-12-07 19:02:53 +0000
committerDiego Elio Pettenò <flameeyes@gentoo.org>2005-12-07 19:02:53 +0000
commitaec23b9422cf1d6ca41fbed3c04a30b3f60bf1d0 (patch)
tree672ad1c05c85a1cecc7c01697eae48ecc87754e2 /kde-base/korundum/files
parentfix sed (diff)
downloadgentoo-2-aec23b9422cf1d6ca41fbed3c04a30b3f60bf1d0.tar.gz
gentoo-2-aec23b9422cf1d6ca41fbed3c04a30b3f60bf1d0.tar.bz2
gentoo-2-aec23b9422cf1d6ca41fbed3c04a30b3f60bf1d0.zip
Add the same patch added to qtruby by Caleb, as Korundum seems to build and link against its own copy of qtruby.
(Portage version: 2.0.53)
Diffstat (limited to 'kde-base/korundum/files')
-rw-r--r--kde-base/korundum/files/digest-korundum-3.5.0-r1 (renamed from kde-base/korundum/files/digest-korundum-3.5.0)0
-rw-r--r--kde-base/korundum/files/qtruby-3-makeitwork.patch13
2 files changed, 13 insertions, 0 deletions
diff --git a/kde-base/korundum/files/digest-korundum-3.5.0 b/kde-base/korundum/files/digest-korundum-3.5.0-r1
index c43095c4d375..c43095c4d375 100644
--- a/kde-base/korundum/files/digest-korundum-3.5.0
+++ b/kde-base/korundum/files/digest-korundum-3.5.0-r1
diff --git a/kde-base/korundum/files/qtruby-3-makeitwork.patch b/kde-base/korundum/files/qtruby-3-makeitwork.patch
new file mode 100644
index 000000000000..4039671d88c8
--- /dev/null
+++ b/kde-base/korundum/files/qtruby-3-makeitwork.patch
@@ -0,0 +1,13 @@
+--- qtruby/rubylib/qtruby/Qt.cpp (revision 486006)
++++ qtruby/rubylib/qtruby/Qt.cpp (revision 486016)
+@@ -1563,10 +1563,7 @@
+ }
+
+ VALUE result = rb_funcall2(qt_internal_module, rb_intern("try_initialize"), argc+1, temp_stack);
+-
+- if (rb_respond_to(result, rb_intern("initialize")) != 0) {
+ rb_obj_call_init(result, argc, argv);
+- }
+
+ free(temp_stack);
+ return result;