aboutsummaryrefslogtreecommitdiffstats
path: root/x11
diff options
context:
space:
mode:
authorknu <knu@FreeBSD.org>2002-12-07 23:40:35 +0800
committerknu <knu@FreeBSD.org>2002-12-07 23:40:35 +0800
commit4b898dd98edfcd288951240245f6199107867cf8 (patch)
tree0338c993d513761e05963c1dcf295ac7d6214611 /x11
parent9d6cafa93f7da6df9950986627a6bdbe913a04ce (diff)
downloadfreebsd-ports-gnome-4b898dd98edfcd288951240245f6199107867cf8.tar.gz
freebsd-ports-gnome-4b898dd98edfcd288951240245f6199107867cf8.tar.zst
freebsd-ports-gnome-4b898dd98edfcd288951240245f6199107867cf8.zip
Fix up obsolete pkg-config dependencies.
Submitted by: bento Obtained from: Ruby/GNOME2 CVS
Diffstat (limited to 'x11')
-rw-r--r--x11/ruby-gnome2/files/patch-extconf.rb11
1 files changed, 11 insertions, 0 deletions
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