aboutsummaryrefslogtreecommitdiffstats
path: root/Library
diff options
context:
space:
mode:
Diffstat (limited to 'Library')
-rw-r--r--Library/Formula/icu4c.rb6
1 files changed, 0 insertions, 6 deletions
diff --git a/Library/Formula/icu4c.rb b/Library/Formula/icu4c.rb
index 5c689d320..d5071fa20 100644
--- a/Library/Formula/icu4c.rb
+++ b/Library/Formula/icu4c.rb
@@ -23,12 +23,6 @@ class Icu4c <Formula
system "make install"
end
end
-
- def caveats; <<-EOS
-ICU doesn't like to build on Snow Leopard with all the heavy CFLAG
-optimizations, primarily -O4. Try ENV.O3 in the install function
- EOS
- end
end