diff options
| author | Misty De Meo | 2013-09-27 20:31:43 -0700 |
|---|---|---|
| committer | Misty De Meo | 2013-09-27 20:33:15 -0700 |
| commit | da8e829649973f7dcdb6d909bb0b8741e78847c0 (patch) | |
| tree | 6ecff63510a3e101fa80f354cd6186c4fd68c403 /Library | |
| parent | 77ba4405288ef798237bd3a94668897efe316b34 (diff) | |
| download | homebrew-da8e829649973f7dcdb6d909bb0b8741e78847c0.tar.bz2 | |
mariadb: still fails with clang
Fixes #22895.
Diffstat (limited to 'Library')
| -rw-r--r-- | Library/Formula/mariadb.rb | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Library/Formula/mariadb.rb b/Library/Formula/mariadb.rb index 56c591000..3e10a6e35 100644 --- a/Library/Formula/mariadb.rb +++ b/Library/Formula/mariadb.rb @@ -29,7 +29,7 @@ class Mariadb < Formula env :std if build.universal? fails_with :clang do - build 425 + build 500 cause "error: implicit instantiation of undefined template 'boost::STATIC_ASSERTION_FAILURE<false>'" end |
