aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--Library/Formula/gettext.rb2
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?!