diff options
| author | Adam Vandenberg | 2010-02-11 15:02:11 -0800 |
|---|---|---|
| committer | Adam Vandenberg | 2010-02-11 15:02:11 -0800 |
| commit | 1a5b5773c83abbd2f4a123817d91afa3625a6f1f (patch) | |
| tree | 5b307053594c03e4f93f29876d38a68cbe5aa7bd /Library/Formula/gettext.rb | |
| parent | 5184e1c2b0110c51d13f6130c66c7ca3bfa3fea2 (diff) | |
| download | homebrew-1a5b5773c83abbd2f4a123817d91afa3625a6f1f.tar.bz2 | |
gettext - fix Mac Pro 10.6 issue #540
LLVM -O4 doesn't work on Mac Pro.
Diffstat (limited to 'Library/Formula/gettext.rb')
| -rw-r--r-- | Library/Formula/gettext.rb | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/Library/Formula/gettext.rb b/Library/Formula/gettext.rb index 3d2e118f5..3366711ee 100644 --- a/Library/Formula/gettext.rb +++ b/Library/Formula/gettext.rb @@ -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?! |
