gnu-prolog: update fails_with

Closes Homebrew/homebrew#14062.
This commit is contained in:
Adam Vandenberg 2012-08-31 19:33:22 -07:00
parent b63a130348
commit fd436a617a

View file

@ -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"