From 6f312ecf2ca248edb1f6e596d3d2dbbeb030b2e4 Mon Sep 17 00:00:00 2001 From: Robby Workman Date: Wed, 29 Dec 2010 17:03:46 -0600 Subject: audio/rubyripper: Uncompressed the patch Signed-off-by: Robby Workman --- audio/rubyripper/configure.patch | 11 +++++++++++ 1 file changed, 11 insertions(+) create mode 100644 audio/rubyripper/configure.patch (limited to 'audio/rubyripper/configure.patch') diff --git a/audio/rubyripper/configure.patch b/audio/rubyripper/configure.patch new file mode 100644 index 0000000000..0ceaa60e5d --- /dev/null +++ b/audio/rubyripper/configure.patch @@ -0,0 +1,11 @@ +--- rubyripper-0.6.0/configure.orig 2010-08-31 09:01:59.859303468 -0400 ++++ rubyripper-0.6.0/configure 2010-08-31 09:02:08.122305957 -0400 +@@ -110,7 +110,7 @@ + + puts "Testing support for the graphical frontend..." + begin +- require 'gtk2' ++ require 'gtk2/base' + puts "ruby-gtk2 bindings found" + rescue LoadError + puts "ruby-gtk2 is not found. The graphical frontend won't work!" -- cgit v1.2.3