diff options
| author | Jack Nagel | 2012-12-23 13:47:28 -0600 |
|---|---|---|
| committer | Jack Nagel | 2012-12-23 13:47:28 -0600 |
| commit | a1a4c1a1249fef0f6517485809f01f39089598c3 (patch) | |
| tree | ecf343a49cdbc2119f86bafe1a3a350572da61a2 /Library/Formula | |
| parent | 2602faf907f26346f39719e4c092a53401676f96 (diff) | |
| download | homebrew-a1a4c1a1249fef0f6517485809f01f39089598c3.tar.bz2 | |
calcurse: fails with clang
Closes #15946.
Diffstat (limited to 'Library/Formula')
| -rw-r--r-- | Library/Formula/calcurse.rb | 5 |
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" |
