]> git.pld-linux.org Git - packages/ruby-gnome2.git/commitdiff
- uppdated for 0.10.0
authoraredridel <aredridel@pld-linux.org>
Sun, 8 Aug 2004 23:22:21 +0000 (23:22 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
Changed files:
    ruby-gnome2-extconf.patch -> 1.2

ruby-gnome2-extconf.patch

index 3ebfe32270192d19e8fe98f16b896e89b22d66dd..0577d1c13215b1dec7670c02886f17fe2f9e873c 100644 (file)
@@ -1,6 +1,6 @@
-diff -ur ruby-gnome2-all-0.7.0-orig/glib/extconf.rb ruby-gnome2-all-0.7.0/glib/extconf.rb
---- ruby-gnome2-all-0.7.0-orig/glib/extconf.rb 2003-09-07 06:00:32.000000000 -0600
-+++ ruby-gnome2-all-0.7.0/glib/extconf.rb      2003-09-07 09:43:04.000000000 -0600
+diff -ur ruby-gnome2-all-0.10.0-orig/glib/extconf.rb ruby-gnome2-all-0.10.0/glib/extconf.rb
+--- ruby-gnome2-all-0.10.0-orig/glib/extconf.rb        2004-08-08 11:14:49.000000000 -0600
++++ ruby-gnome2-all-0.10.0/glib/extconf.rb     2004-08-08 17:13:49.318608286 -0600
 @@ -7,6 +7,7 @@
  require 'mkmf-gnome2'
  
@@ -9,4 +9,16 @@ diff -ur ruby-gnome2-all-0.7.0-orig/glib/extconf.rb ruby-gnome2-all-0.7.0/glib/e
  check_win32
  
  set_output_lib('libruby-glib2.a')
-Only in ruby-gnome2-all-0.7.0/glib: extconf.rb~
+diff -ur ruby-gnome2-all-0.10.0-orig/gtksourceview/extconf.rb ruby-gnome2-all-0.10.0/gtksourceview/extconf.rb
+--- ruby-gnome2-all-0.10.0-orig/gtksourceview/extconf.rb       2004-08-08 11:14:49.000000000 -0600
++++ ruby-gnome2-all-0.10.0/gtksourceview/extconf.rb    2004-08-08 17:14:04.834805454 -0600
+@@ -14,7 +14,7 @@
+ check_win32
+ top = File.expand_path(File.dirname(__FILE__) + '/..')
+-$CFLAGS += " " + ['glib/src'].map{|d|
++$CFLAGS += " " + ['glib/src', 'gtk/src'].map{|d|
+   "-I" + File.join(top, d)
+ }.join(" ")
+Only in ruby-gnome2-all-0.10.0/gtksourceview: extconf.rb~
This page took 0.027055 seconds and 4 git commands to generate.