aboutsummaryrefslogtreecommitdiffstats
path: root/Library
diff options
context:
space:
mode:
authorJack Nagel2013-01-19 15:05:00 -0600
committerJack Nagel2013-01-19 15:05:02 -0600
commit1f816f02f462bdc5ea488fbbf3eba889f1c84e35 (patch)
tree0830d8a33b7e61f15e9b2acaca73f41fbb93a83c /Library
parentec111a61009a04b64699bfc361247616742eacdc (diff)
downloadhomebrew-1f816f02f462bdc5ea488fbbf3eba889f1c84e35.tar.bz2
pbc: fails with clang
Fixes #17112.
Diffstat (limited to 'Library')
-rw-r--r--Library/Formula/pbc.rb5
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"