gettext - fix Mac Pro 10.6 issue Homebrew/homebrew#540
LLVM -O4 doesn't work on Mac Pro.
This commit is contained in:
parent
fa023e3f49
commit
e76912ac4a
1 changed files with 2 additions and 0 deletions
|
@ -15,6 +15,8 @@ class Gettext <Formula
|
|||
|
||||
def install
|
||||
ENV.libxml2
|
||||
ENV.O3 # Issues with LLVM & O4 on Mac Pro 10.6
|
||||
|
||||
# TODO seems like this package needs more optmisation
|
||||
# maybe someone can tell me how glib depends on gettext, but gettext
|
||||
# depends on glib and thus includes its own?!
|
||||
|
|
Loading…
Reference in a new issue