diff options
| author | Adam Vandenberg | 2013-06-03 16:29:32 -0700 |
|---|---|---|
| committer | Adam Vandenberg | 2013-06-03 16:34:24 -0700 |
| commit | e4f544e7c65205fae36d5fa88627c452d01e5971 (patch) | |
| tree | ed57a687cd6a81a4ae7ac2f0b296ca45455b581c /Library/Formula | |
| parent | 7ed55ec0ad45becdedd9bc1716a1040ba1e918f0 (diff) | |
| download | homebrew-e4f544e7c65205fae36d5fa88627c452d01e5971.tar.bz2 | |
lastfmlib: does not build with clang 425
Diffstat (limited to 'Library/Formula')
| -rw-r--r-- | Library/Formula/lastfmlib.rb | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Library/Formula/lastfmlib.rb b/Library/Formula/lastfmlib.rb index 97c0e6d67..3e3108b83 100644 --- a/Library/Formula/lastfmlib.rb +++ b/Library/Formula/lastfmlib.rb @@ -8,7 +8,7 @@ class Lastfmlib < Formula depends_on 'pkg-config' => :build fails_with :clang do - build 318 + build 425 cause <<-EOS.undent lastfmlib/utils/stringoperations.h:62:16: error: no viable conversion from '__string_type' (aka 'basic_string<wchar_t, std::char_traits<wchar_t>, |
