slackbuilds_ponce/audio/rubyripper/configure.patch
Dugan Chen 7e529f73c0 audio/rubyripper: Updated for version 0.6.2 + new maintainer.
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
2015-07-16 10:57:21 -05:00

16 lines
535 B
Diff

--- 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 "rubygem-gtk2 bindings found"
rescue LoadError
- 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..."