summaryrefslogtreecommitdiffstats
path: root/audio/rubyripper/configure.patch
diff options
context:
space:
mode:
Diffstat (limited to 'audio/rubyripper/configure.patch')
-rw-r--r--audio/rubyripper/configure.patch11
1 files changed, 11 insertions, 0 deletions
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!"