aboutsummaryrefslogtreecommitdiffstats
path: root/Library/Formula
diff options
context:
space:
mode:
authorAdam Vandenberg2010-08-09 10:00:12 -0700
committerAdam Vandenberg2010-08-09 10:00:12 -0700
commit810d52f4a386ea9e2b837030120ffd69cad73722 (patch)
tree8415921aa896199c5ba1655a84fc9f5536de4649 /Library/Formula
parent498c09f69dba8d4282f6f58a0724c56fad7cd8e7 (diff)
downloadhomebrew-810d52f4a386ea9e2b837030120ffd69cad73722.tar.bz2
erlang - add options
Diffstat (limited to 'Library/Formula')
-rw-r--r--Library/Formula/erlang.rb4
1 files changed, 4 insertions, 0 deletions
diff --git a/Library/Formula/erlang.rb b/Library/Formula/erlang.rb
index 049254f16..43ff9ab24 100644
--- a/Library/Formula/erlang.rb
+++ b/Library/Formula/erlang.rb
@@ -18,6 +18,10 @@ class Erlang <Formula
# may as well skip bin too, everything is just shell scripts
skip_clean ['lib', 'bin']
+ def options
+ [['--disable-hipe', "Disable building hipe; fails on various OS X systems."]]
+ end
+
def install
ENV.deparallelize
fails_with_llvm "see http://github.com/mxcl/homebrew/issues/issue/120"