diff options
author | 2016-10-02 18:07:21 +0200 | |
---|---|---|
committer | 2016-10-02 18:45:47 +0200 | |
commit | f82fb9223e807b3e8c9b4bf8aa36b468fbb80ec3 (patch) | |
tree | 22130bc04196f2b3d79e48107049c2904667796c /media-sound/splay/splay-0.9.5.2-r2.ebuild | |
parent | media-sound/cplay: Remove old (diff) | |
download | gentoo-f82fb9223e807b3e8c9b4bf8aa36b468fbb80ec3.tar.gz gentoo-f82fb9223e807b3e8c9b4bf8aa36b468fbb80ec3.tar.bz2 gentoo-f82fb9223e807b3e8c9b4bf8aa36b468fbb80ec3.zip |
media-sound/splay: Allow for compiling with GCC 6
Gentoo-bug: 594684
Package-Manager: portage-2.3.1
Diffstat (limited to 'media-sound/splay/splay-0.9.5.2-r2.ebuild')
-rw-r--r-- | media-sound/splay/splay-0.9.5.2-r2.ebuild | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/media-sound/splay/splay-0.9.5.2-r2.ebuild b/media-sound/splay/splay-0.9.5.2-r2.ebuild index 67d31aeeacb9..f8390eb2fb0d 100644 --- a/media-sound/splay/splay-0.9.5.2-r2.ebuild +++ b/media-sound/splay/splay-0.9.5.2-r2.ebuild @@ -22,6 +22,7 @@ PATCHES=( "${FILESDIR}/${P}-external-id3lib.diff" "${FILESDIR}/${P}-gcc43-2.patch" "${FILESDIR}/${P}-fix-buildsystem.patch" + "${FILESDIR}/${P}-fix-c++14.patch" ) src_prepare() { |