swi-prolog: builds with LLVM > 2335

Signed-off-by: Jack Nagel <jacknagel@gmail.com>
master
Jack Nagel 2012-02-22 16:04:43 -06:00
parent b1600e93d1
commit 2fc35aafa0
1 changed files with 2 additions and 1 deletions

View File

@ -19,7 +19,8 @@ class SwiProlog < Formula
depends_on 'expat'
end
fails_with_llvm "Exported procedure chr_translate:chr_translate_line_info/3 is not defined"
fails_with_llvm "Exported procedure chr_translate:chr_translate_line_info/3 is not defined",
:build => 2335
def options
[['--lite', "Don't install any packages; overrides --with-jpl"],