summaryrefslogtreecommitdiff
path: root/audio/rubyripper/configure.patch
diff options
context:
space:
mode:
Diffstat (limited to 'audio/rubyripper/configure.patch')
-rw-r--r--audio/rubyripper/configure.patch15
1 files changed, 10 insertions, 5 deletions
diff --git a/audio/rubyripper/configure.patch b/audio/rubyripper/configure.patch
index 0ceaa60e5d..a2cf2547ad 100644
--- a/audio/rubyripper/configure.patch
+++ b/audio/rubyripper/configure.patch
@@ -1,11 +1,16 @@
---- 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 @@
+--- configure.orig 2015-07-12 10:56:29.415500175 -0700
++++ configure 2015-07-12 10:56:57.546148494 -0700
+@@ -110,10 +110,10 @@
puts "Testing support for the graphical frontend..."
begin
- require 'gtk2'
+- puts "ruby-gtk2 bindings found"
+ require 'gtk2/base'
- puts "ruby-gtk2 bindings found"
++ puts "rubygem-gtk2 bindings found"
rescue LoadError
- puts "ruby-gtk2 is not found. The graphical frontend won't work!"
+- puts "ruby-gtk2 is not found. The graphical frontend won't work!"
++ puts "rubygem-gtk2 is not found. The graphical frontend won't work!"
+ end
+
+ puts "\nTesting support for freedb metadata fetching..."