aboutsummaryrefslogtreecommitdiffstats
path: root/Library/Formula
diff options
context:
space:
mode:
authorJack Nagel2012-12-23 13:47:28 -0600
committerJack Nagel2012-12-23 13:47:28 -0600
commita1a4c1a1249fef0f6517485809f01f39089598c3 (patch)
treeecf343a49cdbc2119f86bafe1a3a350572da61a2 /Library/Formula
parent2602faf907f26346f39719e4c092a53401676f96 (diff)
downloadhomebrew-a1a4c1a1249fef0f6517485809f01f39089598c3.tar.bz2
calcurse: fails with clang
Closes #15946.
Diffstat (limited to 'Library/Formula')
-rw-r--r--Library/Formula/calcurse.rb5
1 files changed, 5 insertions, 0 deletions
diff --git a/Library/Formula/calcurse.rb b/Library/Formula/calcurse.rb
index dbe0b49d0..461572462 100644
--- a/Library/Formula/calcurse.rb
+++ b/Library/Formula/calcurse.rb
@@ -7,6 +7,11 @@ class Calcurse < Formula
depends_on 'gettext'
+ fails_with :clang do
+ build 421
+ cause "Issue with macro expansion in htable.h"
+ end
+
def install
# need this flag otherwise there is a build error.
ENV.append 'CFLAGS', "-fnested-functions"