diff options
author | 2019-04-16 16:32:16 +0200 | |
---|---|---|
committer | 2019-04-16 16:32:16 +0200 | |
commit | 727bfae309dc7696c314a86c5d478af8b136391e (patch) | |
tree | 71d056907680951d210549c3356e3799a982d3d4 /games-arcade/performous/performous-1.1-r1.ebuild | |
parent | media-tv/kodi: 18.2_rc1 version bump (diff) | |
download | gentoo-727bfae309dc7696c314a86c5d478af8b136391e.tar.gz gentoo-727bfae309dc7696c314a86c5d478af8b136391e.tar.bz2 gentoo-727bfae309dc7696c314a86c5d478af8b136391e.zip |
games-arcade/performous: Fix building against boost 1.70
Closes: https://bugs.gentoo.org/671594
Package-Manager: Portage-2.3.62, Repoman-2.3.12
Signed-off-by: David Seifert <soap@gentoo.org>
Diffstat (limited to 'games-arcade/performous/performous-1.1-r1.ebuild')
-rw-r--r-- | games-arcade/performous/performous-1.1-r1.ebuild | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/games-arcade/performous/performous-1.1-r1.ebuild b/games-arcade/performous/performous-1.1-r1.ebuild index ed88a66edefe..f40e3e183d19 100644 --- a/games-arcade/performous/performous-1.1-r1.ebuild +++ b/games-arcade/performous/performous-1.1-r1.ebuild @@ -64,6 +64,7 @@ PATCHES=( "${FILESDIR}"/${P}-linguas.patch "${FILESDIR}"/${P}-nomancompress.patch "${FILESDIR}"/${P}-jpeg-9c.patch + "${FILESDIR}"/${P}-boost-1.70.patch ) src_prepare() { |