From d15af1a2a5e0e66e74c467551e3fa5ca5ec58812 Mon Sep 17 00:00:00 2001 From: denji Date: Mon, 10 Mar 2014 12:26:30 +0200 Subject: [PATCH] Temporary fix HHVM-2.4.2, missing libiberty --- Formula/hhvm.rb | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/Formula/hhvm.rb b/Formula/hhvm.rb index fa5ee9e75..e2220e572 100644 --- a/Formula/hhvm.rb +++ b/Formula/hhvm.rb @@ -144,7 +144,10 @@ def caveats end def patches - DATA + [ + 'https://gist.githubusercontent.com/denji/d1fe14215fd4ca74de2f/raw/hhvm-2.4.2-fix-cmake.patch', + DATA + ] end end