diff options
| author | Adam Vandenberg | 2010-07-28 12:32:40 -0700 |
|---|---|---|
| committer | Adam Vandenberg | 2010-07-28 12:32:40 -0700 |
| commit | e326e9930a96b443eeb514b7e00b5010c505d9d9 (patch) | |
| tree | f7f532d1ab1cbb785bd5f16b60bae859c850aa05 | |
| parent | a45b7fdcc7e3091d7b2361dde400558530b22865 (diff) | |
| download | homebrew-e326e9930a96b443eeb514b7e00b5010c505d9d9.tar.bz2 | |
icu4u - use -headerpad_max_install_names
| -rw-r--r-- | Library/Formula/icu4c.rb | 7 |
1 files changed, 4 insertions, 3 deletions
diff --git a/Library/Formula/icu4c.rb b/Library/Formula/icu4c.rb index c7c4d148d..546752977 100644 --- a/Library/Formula/icu4c.rb +++ b/Library/Formula/icu4c.rb @@ -5,16 +5,17 @@ class Icu4c <Formula @homepage='http://site.icu-project.org/' @md5='10d1cdc843f8e047fc308ec49d3d0543' @version = "4.3.1" - + def patches DATA end def keg_only? - "conflicts (see http://github.com/mxcl/homebrew/issues/#issue/167)." + "conflicts; see: http://github.com/mxcl/homebrew/issues/issue/167" end def install + ENV.append "LDFLAGS", "-headerpad_max_install_names" config_flags = ["--prefix=#{prefix}", "--disable-samples", "--enable-static"] config_flags << "--with-library-bits=64" if Hardware.is_64_bit? and MACOS_VERSION == 10.6 Dir.chdir "source" do @@ -52,7 +53,7 @@ __END__ @@ -7058,11 +7058,8 @@ test ! -s conftest.err } && test -s conftest.$ac_objext; then - + - # Check for potential -arch flags. It is not universal unless - # there are some -arch flags. Note that *ppc* also matches - # ppc64. This check is also rather less than ideal. |
