mirror of
https://github.com/Ponce/slackbuilds
synced 2024-11-18 22:06:04 +01:00
6f312ecf2c
Signed-off-by: Robby Workman <rworkman@slackbuilds.org>
11 lines
389 B
Diff
11 lines
389 B
Diff
--- 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!"
|