diff options
Diffstat (limited to 'Library')
| -rw-r--r-- | Library/Formula/pbc.rb | 5 |
1 files changed, 5 insertions, 0 deletions
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" |
