diff options
| author | Austin Seipp | 2011-06-28 22:41:11 -0500 | 
|---|---|---|
| committer | Adam Vandenberg | 2011-07-07 10:45:53 -0700 | 
| commit | a45e4f848384ef1f5a295e70191260b1a6762d20 (patch) | |
| tree | 11d1021628c295174568296bc00acc6f6c706e5d /Library | |
| parent | e35a44db1d23470d36a98609fe7705d69177214a (diff) | |
| download | homebrew-a45e4f848384ef1f5a295e70191260b1a6762d20.tar.bz2 | |
LuaJIT beta8 hotfix #1
Signed-off-by: Adam Vandenberg <flangy@gmail.com>
Diffstat (limited to 'Library')
| -rw-r--r-- | Library/Formula/luajit.rb | 5 | 
1 files changed, 5 insertions, 0 deletions
diff --git a/Library/Formula/luajit.rb b/Library/Formula/luajit.rb index c1f45fdeb..3f694f096 100644 --- a/Library/Formula/luajit.rb +++ b/Library/Formula/luajit.rb @@ -13,6 +13,11 @@ class Luajit < Formula      [["--debug", "Build with debugging symbols."]]    end +  # Apply beta8 hotfix #1 +  def patches +    { :p1 => "http://luajit.org/download/beta8_hotfix1.patch" } +  end +    def install      if ARGV.include? '--debug'        system "make", "CCDEBUG=-g", "PREFIX=#{prefix}", "install"  | 
