aboutsummaryrefslogtreecommitdiffstats
path: root/Library/Formula
diff options
context:
space:
mode:
Diffstat (limited to 'Library/Formula')
-rw-r--r--Library/Formula/icu4c.rb6
1 files changed, 5 insertions, 1 deletions
diff --git a/Library/Formula/icu4c.rb b/Library/Formula/icu4c.rb
index 56b6e4eab..5c689d320 100644
--- a/Library/Formula/icu4c.rb
+++ b/Library/Formula/icu4c.rb
@@ -9,7 +9,11 @@ class Icu4c <Formula
def patches
DATA
end
-
+
+ def keg_only?
+ "conflicts (see http://github.com/mxcl/homebrew/issues/#issue/167)."
+ end
+
def install
config_flags = ["--prefix=#{prefix}", "--disable-samples", "--enable-static"]
config_flags << "--with-library-bits=64" if Hardware.is_64_bit? and MACOS_VERSION == 10.6