diff options
| author | Adam Vandenberg | 2012-08-31 19:33:22 -0700 |
|---|---|---|
| committer | Adam Vandenberg | 2012-08-31 19:33:22 -0700 |
| commit | c4752d6ba7c03aae757717c9e196982e26338a4d (patch) | |
| tree | 91a9dd0ce65d37cb3f82696bb1a049209936c0e0 /Library | |
| parent | 11f7674e829102f595a4ced96629973e6ed1ac6b (diff) | |
| download | homebrew-c4752d6ba7c03aae757717c9e196982e26338a4d.tar.bz2 | |
gnu-prolog: update fails_with
Closes #14062.
Diffstat (limited to 'Library')
| -rw-r--r-- | Library/Formula/gnu-prolog.rb | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/Library/Formula/gnu-prolog.rb b/Library/Formula/gnu-prolog.rb index f429f0619..89e0e9453 100644 --- a/Library/Formula/gnu-prolog.rb +++ b/Library/Formula/gnu-prolog.rb @@ -6,12 +6,12 @@ class GnuProlog < Formula sha1 'f25e11dbef2467c8ea1bb16cfd20623fd2f4fad4' fails_with :clang do - build 318 + build 421 cause "Fatal Error: Segmentation Violation" end def install - ENV.j1 # make won't run in parallel + ENV.j1 # won't make in parallel cd 'src' do system "./configure", "--prefix=#{prefix}", "--with-doc-dir=#{doc}" system "make" |
