Fix up obsolete pkg-config dependencies.

Submitted by:	bento
Obtained from:	Ruby/GNOME2 CVS
This commit is contained in:
Akinori MUSHA 2002-12-07 15:40:35 +00:00
parent 7e390b4a19
commit 2b0c2c9c2d
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=71407

View File

@ -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