gettext - fix Mac Pro 10.6 issue Homebrew/homebrew#540

LLVM -O4 doesn't work on Mac Pro.
master
Adam Vandenberg 2010-02-11 15:02:11 -08:00
parent fa023e3f49
commit e76912ac4a
1 changed files with 2 additions and 0 deletions

View File

@ -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?!