diff options
| author | Oleg Oshmyan | 2011-07-22 01:31:01 +0300 |
|---|---|---|
| committer | Jack Nagel | 2011-10-02 13:43:59 -0500 |
| commit | c2fe01fda004f9317d2e3bf4758a0da912354805 (patch) | |
| tree | 59b43694a99b92d99ba1b46c6608d2eb19a1bf5c /Library | |
| parent | 9a12bfc1a69c97e59b633da3b21812c44e6e6302 (diff) | |
| download | homebrew-c2fe01fda004f9317d2e3bf4758a0da912354805.tar.bz2 | |
icu4c 4.8.1
Closes #7597.
Signed-off-by: Jack Nagel <jacknagel@gmail.com>
Diffstat (limited to 'Library')
| -rw-r--r-- | Library/Formula/icu4c.rb | 31 |
1 files changed, 3 insertions, 28 deletions
diff --git a/Library/Formula/icu4c.rb b/Library/Formula/icu4c.rb index 133756901..b1e6ae404 100644 --- a/Library/Formula/icu4c.rb +++ b/Library/Formula/icu4c.rb @@ -1,17 +1,10 @@ require 'formula' class Icu4c < Formula - url 'http://download.icu-project.org/files/icu4c/4.4.1/icu4c-4_4_1-src.tgz' + url 'http://download.icu-project.org/files/icu4c/4.8.1/icu4c-4_8_1-src.tgz' homepage 'http://site.icu-project.org/' - md5 'b6bc0a1153540b2088f8b03e0ba625d3' - version "4.4.1" - - bottle 'https://downloads.sf.net/project/machomebrew/Bottles/icu4c-4.4.1-bottle.tar.gz' - bottle_sha1 '8bf3607c7db6ff11d23a0cfc848dc6b33c16fc27' - - def patches - DATA - end + md5 'af36f635271a239d76d038d6cf8da8df' + version "4.8.1" keg_only "Conflicts; see: https://github.com/mxcl/homebrew/issues/issue/167" @@ -26,21 +19,3 @@ class Icu4c < Formula end end end - - -__END__ ---- a/source/configure 2009-07-02 03:51:26.000000000 +0900 -+++ b/source/configure 2009-08-16 16:15:49.000000000 +0900 -@@ -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. - case "${CC} ${CFLAGS} ${CPPFLAGS} ${LDFLAGS}" in #( -- *-arch*ppc*|*-arch*i386*|*-arch*x86_64*) ac_cv_c_bigendian=universal;; -+ *-arch*ppc*) ac_cv_c_bigendian=yes;; - esac - else - $as_echo "$as_me: failed program was:" >&5 |
