From c4752d6ba7c03aae757717c9e196982e26338a4d Mon Sep 17 00:00:00 2001 From: Adam Vandenberg Date: Fri, 31 Aug 2012 19:33:22 -0700 Subject: gnu-prolog: update fails_with Closes #14062. --- Library/Formula/gnu-prolog.rb | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'Library/Formula') 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" -- cgit v1.2.3