From 786a71b71250f78e64408ea2d8dca4a6d92d94b3 Mon Sep 17 00:00:00 2001 From: Akinori MUSHA Date: Tue, 20 Nov 2001 16:35:43 +0000 Subject: Update graphics/ruby-gdk_imlib, graphics/ruby-gdk_pixbuf, x11/ruby-gnome and x11-toolkits/ruby-gtk to ruby-gnome 0.26. --- graphics/ruby-gdk_pixbuf2/files/patch-extconf.rb | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'graphics/ruby-gdk_pixbuf2/files/patch-extconf.rb') diff --git a/graphics/ruby-gdk_pixbuf2/files/patch-extconf.rb b/graphics/ruby-gdk_pixbuf2/files/patch-extconf.rb index 287f57d436e6..e2e658733ba7 100644 --- a/graphics/ruby-gdk_pixbuf2/files/patch-extconf.rb +++ b/graphics/ruby-gdk_pixbuf2/files/patch-extconf.rb @@ -1,5 +1,5 @@ ---- extconf.rb.orig Fri Mar 31 06:21:47 2000 -+++ extconf.rb Wed Feb 28 21:18:34 2001 +--- extconf.rb.orig Sat Oct 6 07:46:27 2001 ++++ extconf.rb Wed Nov 21 01:17:41 2001 @@ -1,26 +1,25 @@ require 'mkmf' @@ -14,7 +14,7 @@ + +rubygtk_dir = ARGV.shift || "../gtk" unless FileTest.exist?(rubygtk_dir) - raise "directry #{rubygtk_dir} not found. Please specify Ruby/Gtk source dir." + raise "Directory #{rubygtk_dir} not found. Please specify Ruby/Gtk source dir." end -gtklib_dir = [] -`gtk-config --libs`.split(' ').each do |e| -- cgit v1.2.3