diff options
author | Jeremy Messenger <mezz@FreeBSD.org> | 2005-03-12 11:05:18 +0000 |
---|---|---|
committer | Jeremy Messenger <mezz@FreeBSD.org> | 2005-03-12 11:05:18 +0000 |
commit | ebfae590f20141a525b7803823fa8c115997107f (patch) | |
tree | dedcac2efe771f0a890bb568923089f2223d3814 /devel/ruby-glib2/files/patch-extconf.rb | |
parent | Update to 0.41. (diff) |
-Update to 0.12.0, works with GTK 2.6/GNOME 2.10.
http://ruby-gnome2.sourceforge.jp/hiki.cgi?News_20050306_1
-A few clean up such as correct paths, dependencies and etc.
Notes
Notes:
svn path=/head/; revision=130980
Diffstat (limited to 'devel/ruby-glib2/files/patch-extconf.rb')
-rw-r--r-- | devel/ruby-glib2/files/patch-extconf.rb | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/devel/ruby-glib2/files/patch-extconf.rb b/devel/ruby-glib2/files/patch-extconf.rb new file mode 100644 index 000000000000..bf39d382ec17 --- /dev/null +++ b/devel/ruby-glib2/files/patch-extconf.rb @@ -0,0 +1,10 @@ +--- extconf.rb.orig Sun Mar 6 22:41:34 2005 ++++ extconf.rb Sun Mar 6 22:41:59 2005 +@@ -13,6 +13,7 @@ + require 'mkmf-gnome2' + + PKGConfig.have_package('gobject-2.0') or exit 1 ++PKGConfig.have_package('gthread-2.0') or exit 1 + + setup_win32(PACKAGE_NAME) + |