From a45e4f848384ef1f5a295e70191260b1a6762d20 Mon Sep 17 00:00:00 2001 From: Austin Seipp Date: Tue, 28 Jun 2011 22:41:11 -0500 Subject: LuaJIT beta8 hotfix #1 Signed-off-by: Adam Vandenberg --- Library/Formula/luajit.rb | 5 +++++ 1 file changed, 5 insertions(+) (limited to 'Library') 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" -- cgit v1.2.3