diff options
| author | Adam Vandenberg | 2013-11-10 14:32:46 -0800 |
|---|---|---|
| committer | Adam Vandenberg | 2013-11-10 14:32:58 -0800 |
| commit | 3072edaea8c650aa4f9716de755b81ad114ada2a (patch) | |
| tree | 218c618d4850951fd29aa51880248071b5d59a63 /Library/Formula | |
| parent | c96cde1c1695f69afc127b837f0663f4f6cdc527 (diff) | |
| download | homebrew-3072edaea8c650aa4f9716de755b81ad114ada2a.tar.bz2 | |
lastfmlib fails with clang 500
Closes #24114.
Diffstat (limited to 'Library/Formula')
| -rw-r--r-- | Library/Formula/lastfmlib.rb | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/Library/Formula/lastfmlib.rb b/Library/Formula/lastfmlib.rb index 3e3108b83..01cd6a1a9 100644 --- a/Library/Formula/lastfmlib.rb +++ b/Library/Formula/lastfmlib.rb @@ -8,7 +8,6 @@ class Lastfmlib < Formula depends_on 'pkg-config' => :build fails_with :clang do - 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>, |
