From 2b0c2c9c2dc6978704b6f7c71ff85cd7b54486d0 Mon Sep 17 00:00:00 2001 From: Akinori MUSHA Date: Sat, 7 Dec 2002 15:40:35 +0000 Subject: Fix up obsolete pkg-config dependencies. Submitted by: bento Obtained from: Ruby/GNOME2 CVS --- x11/ruby-gnome2/files/patch-extconf.rb | 11 +++++++++++ 1 file changed, 11 insertions(+) create mode 100644 x11/ruby-gnome2/files/patch-extconf.rb (limited to 'x11/ruby-gnome2') diff --git a/x11/ruby-gnome2/files/patch-extconf.rb b/x11/ruby-gnome2/files/patch-extconf.rb new file mode 100644 index 000000000000..5b7c972660d5 --- /dev/null +++ b/x11/ruby-gnome2/files/patch-extconf.rb @@ -0,0 +1,11 @@ +--- extconf.rb.orig Sat Nov 23 13:32:52 2002 ++++ extconf.rb Sun Dec 8 00:40:16 2002 +@@ -22,7 +22,7 @@ + config_cmd = with_config("pkg-config", "pkg-config libgnomeui-2.0") + config_libs = "--libs" + config_cflags = "--cflags" +- config_library = "gnomeui gtkxmhtml" ++ config_library = "" + version = `#{config_cmd} --version` + if not version.chomp.empty? then + $libs += ' ' + `#{config_cmd} #{config_libs} #{config_library}`.chomp -- cgit v1.2.3