diff options
| author | Max Howell | 2009-12-02 11:38:57 +0000 |
|---|---|---|
| committer | Max Howell | 2009-12-02 11:38:57 +0000 |
| commit | 4a1fd95e6f815b4fcf78ff7a7e599f50cc60d231 (patch) | |
| tree | e7072872b1e61739bff16ad6daac1d8360376dbb /Library | |
| parent | a05603f612869386eeee363c32c4e532133a2bd2 (diff) | |
| download | homebrew-4a1fd95e6f815b4fcf78ff7a7e599f50cc60d231.tar.bz2 | |
Make icu4c keg-only
Fixes #167.
Diffstat (limited to 'Library')
| -rw-r--r-- | Library/Formula/icu4c.rb | 6 |
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 |
