aboutsummaryrefslogtreecommitdiffstats
path: root/Library/Formula
diff options
context:
space:
mode:
Diffstat (limited to 'Library/Formula')
-rw-r--r--Library/Formula/icu4c.rb7
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.