Magellan Linux

Diff of /trunk/korundum/patches/korundum-4.9.4-ruby19.patch

Parent Directory Parent Directory | Revision Log Revision Log | View Patch Patch

revision 2010 by niro, Tue Jan 1 23:34:42 2013 UTC revision 2011 by niro, Tue Jan 1 23:36:18 2013 UTC
# Line 1  Line 1 
1  diff -Naur korundum-4.9.4/src/krubypluginfactory.cpp korundum-4.9.4-magellan/src/krubypluginfactory.cpp  diff -Naur korundum-4.9.4/src/krubypluginfactory.cpp korundum-4.9.4-magellan/src/krubypluginfactory.cpp
2  --- korundum-4.9.4/src/krubypluginfactory.cpp 2012-11-30 07:30:09.000000000 +0000  --- korundum-4.9.4/src/krubypluginfactory.cpp 2012-11-30 07:30:09.000000000 +0000
3  +++ korundum-4.9.4-magellan/src/krubypluginfactory.cpp 2013-01-02 01:44:58.781914380 +0000  +++ korundum-4.9.4-magellan/src/krubypluginfactory.cpp 2013-01-02 01:47:31.005946038 +0000
4  @@ -165,7 +165,8 @@  @@ -39,7 +39,6 @@
5     extern "C" {
6     extern VALUE rb_load_path;
7     extern VALUE qt_internal_module;
8    -void Init_prelude(void);
9     }
10    
11     //
12    @@ -165,7 +164,8 @@
13   #if RUBY_VERSION >= 0x10900   #if RUBY_VERSION >= 0x10900
14       VALUE gem = rb_define_module("Gem");       VALUE gem = rb_define_module("Gem");
15       rb_const_set(gem, rb_intern("Enable"), Qtrue);       rb_const_set(gem, rb_intern("Enable"), Qtrue);
# Line 11  diff -Naur korundum-4.9.4/src/krubyplugi Line 19  diff -Naur korundum-4.9.4/src/krubyplugi
19   #endif   #endif
20    
21       ruby_incpush(QFile::encodeName(program.path()));       ruby_incpush(QFile::encodeName(program.path()));
22  @@ -342,7 +343,8 @@  @@ -342,7 +342,8 @@
23   #if RUBY_VERSION >= 0x10900   #if RUBY_VERSION >= 0x10900
24       VALUE gem = rb_define_module("Gem");       VALUE gem = rb_define_module("Gem");
25       rb_const_set(gem, rb_intern("Enable"), Qtrue);       rb_const_set(gem, rb_intern("Enable"), Qtrue);

Legend:
Removed from v.2010  
changed lines
  Added in v.2011