diff options
author | David Spencer <baildon.research@googlemail.com> | 2015-05-28 22:52:36 +0100 |
---|---|---|
committer | Willy Sudiarto Raharjo <willysr@slackbuilds.org> | 2016-01-17 09:40:16 +0700 |
commit | 1abc06427b6a1251b7fd0c23d6be61ff6650de4f (patch) | |
tree | 69e40f33b0b524711100f41c668d3797075d9b6c /audio/lastfm/lastfm.SlackBuild | |
parent | ae926fd3e2e315a837f4fa6faa355352bed0408d (diff) | |
download | slackbuilds-1abc06427b6a1251b7fd0c23d6be61ff6650de4f.tar.gz |
audio/lastfm: Fixed build on -current.
Signed-off-by: David Spencer <baildon.research@googlemail.com>
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
Diffstat (limited to 'audio/lastfm/lastfm.SlackBuild')
-rw-r--r-- | audio/lastfm/lastfm.SlackBuild | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/audio/lastfm/lastfm.SlackBuild b/audio/lastfm/lastfm.SlackBuild index b08ad8f54b..142b932ef6 100644 --- a/audio/lastfm/lastfm.SlackBuild +++ b/audio/lastfm/lastfm.SlackBuild @@ -74,6 +74,9 @@ cat $CWD/package-paths.patch | sed -e "s|@LIBDIRSUFFIX@|$LIBDIRSUFFIX|" \ | patch -p1 # Fix for ffmpeg 2.x. patch -p1 < $CWD/ffmpeg-2.0.patch +# Fix for "ambiguous overload for ‘operator<<’" in gcc-4.9 +# thanks to Spiek on github (https://github.com/lastfm/lastfm-desktop/pull/44) +patch -p1 < $CWD/github-192b979c57a.patch # Turn on verbose compile output. sed -i 's|^CONFIG.*|#&|' admin/include.qmake |