aboutsummaryrefslogtreecommitdiffstats
path: root/Library/Formula/libstfl.rb
diff options
context:
space:
mode:
authorJack Nagel2014-05-20 09:31:13 -0500
committerJack Nagel2014-05-20 09:31:13 -0500
commit2628885f3db60d8ef2c8a658126c5645877c9ba5 (patch)
tree107022b294b94833908a050de952d0ab819fc489 /Library/Formula/libstfl.rb
parent2ba1071619d692cf363e37675c36136d8395e82e (diff)
downloadhomebrew-2628885f3db60d8ef2c8a658126c5645877c9ba5.tar.bz2
libstfl: builds ruby bindings against 2.0+
Seems to be due to updates to swig.
Diffstat (limited to 'Library/Formula/libstfl.rb')
-rw-r--r--Library/Formula/libstfl.rb10
1 files changed, 0 insertions, 10 deletions
diff --git a/Library/Formula/libstfl.rb b/Library/Formula/libstfl.rb
index 04fca934e..28ab9d4a2 100644
--- a/Library/Formula/libstfl.rb
+++ b/Library/Formula/libstfl.rb
@@ -22,16 +22,6 @@ class Libstfl < Formula
args << "FOUND_RUBY = 0" unless MacOS::CLT.installed? # Ruby does not build on Xcode only. Help us fix this!
- # See https://github.com/mistydemeo/tigerbrew/issues/83
- `ruby --version` =~ /ruby (\d\.\d).\d/
- if $1.to_f > 1.9
- opoo <<-EOS.undent
- libstfl currently cannot be built against Ruby 2.0.
- Ruby bindings will not be built.
- EOS
- args << "FOUND_RUBY=0"
- end
-
if build.with? 'python'
# Install into the site-packages in the Cellar (so uninstall works)
inreplace 'python/Makefile.snippet' do |s|