aboutsummaryrefslogtreecommitdiffstats
path: root/Library/Formula/luajit.rb
diff options
context:
space:
mode:
authorAustin Seipp2011-06-28 22:41:11 -0500
committerAdam Vandenberg2011-07-07 10:45:53 -0700
commita45e4f848384ef1f5a295e70191260b1a6762d20 (patch)
tree11d1021628c295174568296bc00acc6f6c706e5d /Library/Formula/luajit.rb
parente35a44db1d23470d36a98609fe7705d69177214a (diff)
downloadhomebrew-a45e4f848384ef1f5a295e70191260b1a6762d20.tar.bz2
LuaJIT beta8 hotfix #1
Signed-off-by: Adam Vandenberg <flangy@gmail.com>
Diffstat (limited to 'Library/Formula/luajit.rb')
-rw-r--r--Library/Formula/luajit.rb5
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"