From cec6cdd3c79dada92c426f7f601e44db80c28f19 Mon Sep 17 00:00:00 2001 From: elliottcable Date: Tue, 22 Sep 2009 13:21:54 -0800 Subject: Building Ruby with pthread is bad practice. Ruby is not natively threaded; there is absolutely no reason to build against pthread unless you intend to link against libraries themselves built with pthread (tcl/tk). More information: http://blogs.sun.com/prashant/entry/ruby_and_enable_pthreads --- Library/Formula/ruby.rb | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) (limited to 'Library/Formula/ruby.rb') diff --git a/Library/Formula/ruby.rb b/Library/Formula/ruby.rb index 6a7be153c..110481e48 100644 --- a/Library/Formula/ruby.rb +++ b/Library/Formula/ruby.rb @@ -11,8 +11,7 @@ class Ruby