diff options
Diffstat (limited to 'Library/Formula/swi-prolog.rb')
| -rw-r--r-- | Library/Formula/swi-prolog.rb | 6 |
1 files changed, 4 insertions, 2 deletions
diff --git a/Library/Formula/swi-prolog.rb b/Library/Formula/swi-prolog.rb index 1e00e4eaf..440f1c9b1 100644 --- a/Library/Formula/swi-prolog.rb +++ b/Library/Formula/swi-prolog.rb @@ -19,8 +19,10 @@ class SwiProlog < Formula depends_on 'expat' end - fails_with_llvm "Exported procedure chr_translate:chr_translate_line_info/3 is not defined", - :build => 2335 + fails_with :llvm do + build 2335 + cause "Exported procedure chr_translate:chr_translate_line_info/3 is not defined" + end def options [['--lite', "Don't install any packages; overrides --with-jpl"], |
