aboutsummaryrefslogtreecommitdiffstats
path: root/Library/Formula
diff options
context:
space:
mode:
authorAdam Vandenberg2013-06-03 16:29:32 -0700
committerAdam Vandenberg2013-06-03 16:34:24 -0700
commite4f544e7c65205fae36d5fa88627c452d01e5971 (patch)
treeed57a687cd6a81a4ae7ac2f0b296ca45455b581c /Library/Formula
parent7ed55ec0ad45becdedd9bc1716a1040ba1e918f0 (diff)
downloadhomebrew-e4f544e7c65205fae36d5fa88627c452d01e5971.tar.bz2
lastfmlib: does not build with clang 425
Diffstat (limited to 'Library/Formula')
-rw-r--r--Library/Formula/lastfmlib.rb2
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>,