diff options
author | Peter-Levine <plevine457@gmail.com> | 2017-05-06 14:01:45 -0400 |
---|---|---|
committer | David Seifert <soap@gentoo.org> | 2017-05-07 09:55:11 +0200 |
commit | 7cfe950605746b9a832efda51bc1562e0ddaf338 (patch) | |
tree | 77225f9590a80e1d9b6f92e3e18a0cd969a19b97 /games-emulation/desmume/desmume-0.9.11-r1.ebuild | |
parent | dev-libs/STLport: Remove from tree (diff) | |
download | gentoo-7cfe950605746b9a832efda51bc1562e0ddaf338.tar.gz gentoo-7cfe950605746b9a832efda51bc1562e0ddaf338.tar.bz2 gentoo-7cfe950605746b9a832efda51bc1562e0ddaf338.zip |
games-emulation/desmume: Fix building with GCC-6
Bug: https://bugs.gentoo.org/show_bug.cgi?id=612940
Package-Manager: Portage-2.3.5, Repoman-2.3.2
Closes: https://github.com/gentoo/gentoo/pull/4558
Diffstat (limited to 'games-emulation/desmume/desmume-0.9.11-r1.ebuild')
-rw-r--r-- | games-emulation/desmume/desmume-0.9.11-r1.ebuild | 7 |
1 files changed, 5 insertions, 2 deletions
diff --git a/games-emulation/desmume/desmume-0.9.11-r1.ebuild b/games-emulation/desmume/desmume-0.9.11-r1.ebuild index d6041d39345d..ec05ed16af74 100644 --- a/games-emulation/desmume/desmume-0.9.11-r1.ebuild +++ b/games-emulation/desmume/desmume-0.9.11-r1.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2016 Gentoo Foundation +# Copyright 1999-2017 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 EAPI=6 @@ -28,4 +28,7 @@ DOCS=( AUTHORS ChangeLog README README.LIN ) # fix QA compiler warning, see # https://sourceforge.net/p/desmume/patches/172/ -PATCHES=( "${FILESDIR}/${P}-fix-pointer-conversion-warning.diff" ) +PATCHES=( + "${FILESDIR}/${P}-fix-pointer-conversion-warning.diff" + "${FILESDIR}/${P}-gcc6.patch" +) |