parent
737da3daf4
commit
6ba16a526b
1 changed files with 5 additions and 0 deletions
|
@ -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"
|
||||
|
|
Loading…
Reference in a new issue