From 1f816f02f462bdc5ea488fbbf3eba889f1c84e35 Mon Sep 17 00:00:00 2001 From: Jack Nagel Date: Sat, 19 Jan 2013 15:05:00 -0600 Subject: pbc: fails with clang Fixes #17112. --- Library/Formula/pbc.rb | 5 +++++ 1 file changed, 5 insertions(+) (limited to 'Library/Formula') diff --git a/Library/Formula/pbc.rb b/Library/Formula/pbc.rb index 24b92bacb..070b4832d 100644 --- a/Library/Formula/pbc.rb +++ b/Library/Formula/pbc.rb @@ -7,6 +7,11 @@ class Pbc < Formula depends_on 'gmp' + fails_with :clang do + build 421 + cause "Clang does not support nested functions" + end + def install system "./configure", "--prefix=#{prefix}", "--disable-dependency-tracking" system "make install" -- cgit v1.2.3