diff options
| author | Xiyue Deng | 2013-10-12 01:18:01 -0700 |
|---|---|---|
| committer | Xiyue Deng | 2013-10-27 06:01:01 -0700 |
| commit | 8e804a335f94a7f8d84377533865589fafddd73a (patch) | |
| tree | 6066d933cf8825e7c0c061df27613245a17b0ac4 /Library/Formula | |
| parent | 47b602775e442c5a52e5bcfec8015506dfa71be8 (diff) | |
| download | homebrew-8e804a335f94a7f8d84377533865589fafddd73a.tar.bz2 | |
icu4c: support C++11 mode.
* Enable verbose build log.
Diffstat (limited to 'Library/Formula')
| -rw-r--r-- | Library/Formula/icu4c.rb | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/Library/Formula/icu4c.rb b/Library/Formula/icu4c.rb index 2d8ad48d7..38f9544c6 100644 --- a/Library/Formula/icu4c.rb +++ b/Library/Formula/icu4c.rb @@ -16,9 +16,11 @@ class Icu4c < Formula keg_only "Conflicts; see: https://github.com/mxcl/homebrew/issues/issue/167" option :universal + option :cxx11 def install ENV.universal_binary if build.universal? + ENV.cxx11 if build.cxx11? args = ["--prefix=#{prefix}", "--disable-samples", "--disable-tests", "--enable-static"] args << "--with-library-bits=64" if MacOS.prefer_64_bit? |
