icu: still causes problems with clang 425

Closes Homebrew/homebrew#17567.
This commit is contained in:
Adam Vandenberg 2013-02-05 14:03:22 -08:00
parent cf4f81148c
commit 95fc2109d2

View file

@ -18,7 +18,7 @@ class Icu4c < Formula
option :universal
fails_with :clang do
build 421
build 425
cause "Icu will turn on C++11 mode when built with clang, which causes incompatibilities."
end