summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorYuri Konotopov <ykonotopov@gnome.org>2017-01-09 23:24:29 +0400
committerDavid Seifert <soap@gentoo.org>2017-01-18 11:45:56 +0100
commit97658bc43cdb51c3159562d76312e0fc1689c9a6 (patch)
tree045b5ea7aba40936bdd10b34bc1e67c49c76f849 /games-emulation/pcsx2/pcsx2-1.4.0.ebuild
parentsys-kernel/gentoo-sources: arm stable wrt bug #598378 (diff)
downloadgentoo-97658bc43cdb51c3159562d76312e0fc1689c9a6.tar.gz
gentoo-97658bc43cdb51c3159562d76312e0fc1689c9a6.tar.bz2
gentoo-97658bc43cdb51c3159562d76312e0fc1689c9a6.zip
games-emulation/pcsx2: fixed compilation with gcc 5
Gentoo-Bug: https://bugs.gentoo.org/605162 Closes: https://github.com/gentoo/gentoo/pull/3402
Diffstat (limited to 'games-emulation/pcsx2/pcsx2-1.4.0.ebuild')
-rw-r--r--games-emulation/pcsx2/pcsx2-1.4.0.ebuild4
1 files changed, 3 insertions, 1 deletions
diff --git a/games-emulation/pcsx2/pcsx2-1.4.0.ebuild b/games-emulation/pcsx2/pcsx2-1.4.0.ebuild
index 205910c21c76..d18fd53fc9cb 100644
--- a/games-emulation/pcsx2/pcsx2-1.4.0.ebuild
+++ b/games-emulation/pcsx2/pcsx2-1.4.0.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
# $Id$
@@ -44,6 +44,8 @@ DEPEND="${RDEPEND}
S="${WORKDIR}/${PN}-${MY_PV}"
+PATCHES=( "${FILESDIR}"/${P}-gcc5.patch )
+
clean_locale() {
rm -R "${S}"/locales/"${1}" || die
}