calcurse: fails with clang

Closes Homebrew/homebrew#15946.
This commit is contained in:
Jack Nagel 2012-12-23 13:47:28 -06:00
parent 737da3daf4
commit 6ba16a526b

View file

@ -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"