aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorAdam Vandenberg2013-05-06 12:26:54 -0700
committerAdam Vandenberg2013-05-06 12:26:54 -0700
commit7bacd0847343610e09c2bb94b2dff8171b5025bc (patch)
tree3dd6abfcdb29b5f773b78861032c5648cd429536
parent488341c3fbcf96e01fa4fe874a74a9dc98de9d27 (diff)
downloadhomebrew-7bacd0847343610e09c2bb94b2dff8171b5025bc.tar.bz2
calcurse: still fails with clang 425
-rw-r--r--Library/Formula/calcurse.rb2
1 files changed, 1 insertions, 1 deletions
diff --git a/Library/Formula/calcurse.rb b/Library/Formula/calcurse.rb
index 0bedfd85e..c2d56dfae 100644
--- a/Library/Formula/calcurse.rb
+++ b/Library/Formula/calcurse.rb
@@ -8,7 +8,7 @@ class Calcurse < Formula
depends_on 'gettext'
fails_with :clang do
- build 421
+ build 425
cause "Issue with macro expansion in htable.h"
end