aboutsummaryrefslogtreecommitdiffstats
path: root/Library
diff options
context:
space:
mode:
authorMax Howell2009-12-02 11:38:57 +0000
committerMax Howell2009-12-02 11:38:57 +0000
commit4a1fd95e6f815b4fcf78ff7a7e599f50cc60d231 (patch)
treee7072872b1e61739bff16ad6daac1d8360376dbb /Library
parenta05603f612869386eeee363c32c4e532133a2bd2 (diff)
downloadhomebrew-4a1fd95e6f815b4fcf78ff7a7e599f50cc60d231.tar.bz2
Make icu4c keg-only
Fixes #167.
Diffstat (limited to 'Library')
-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