diff options
author | Peter Levine <plevine457@gmail.com> | 2018-03-25 17:15:49 -0400 |
---|---|---|
committer | Andreas Sturmlechner <asturm@gentoo.org> | 2018-04-04 23:09:32 +0200 |
commit | 355d4ca8b41c04262f89c52cb3063a6697e930eb (patch) | |
tree | 247e6042193d3f0ef28219f27365f0b9f81db472 /games-engines/zoom/zoom-1.1.5-r1.ebuild | |
parent | app-accessibility/epos: Fix building with GCC-7 (diff) | |
download | gentoo-355d4ca8b41c04262f89c52cb3063a6697e930eb.tar.gz gentoo-355d4ca8b41c04262f89c52cb3063a6697e930eb.tar.bz2 gentoo-355d4ca8b41c04262f89c52cb3063a6697e930eb.zip |
games-engines/zoom: Fix building with GCC-7
Bug: https://bugs.gentoo.org/617808
Package-Manager: Portage-2.3.16, Repoman-2.3.6
Closes: https://bugs.gentoo.org/617808
Closes: https://github.com/gentoo/gentoo/pull/7617
Closes: https://github.com/gentoo/gentoo/pull/7617
Diffstat (limited to 'games-engines/zoom/zoom-1.1.5-r1.ebuild')
-rw-r--r-- | games-engines/zoom/zoom-1.1.5-r1.ebuild | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/games-engines/zoom/zoom-1.1.5-r1.ebuild b/games-engines/zoom/zoom-1.1.5-r1.ebuild index 20d982f0281d..1f5085ae61da 100644 --- a/games-engines/zoom/zoom-1.1.5-r1.ebuild +++ b/games-engines/zoom/zoom-1.1.5-r1.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2016 Gentoo Foundation +# Copyright 1999-2018 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 EAPI=6 @@ -22,6 +22,8 @@ DEPEND="${RDEPEND} dev-lang/perl x11-proto/xextproto" +PATCHES=( "${FILESDIR}"/${P}-gcc7.patch ) + src_install() { default dodoc -r manual/* |