summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPeter Levine <plevine457@gmail.com>2017-07-23 02:31:56 -0400
committerMichael Palimaka <kensington@gentoo.org>2017-07-23 22:39:59 +1000
commit495a52fc2fe5740647c86062cffb28303b15c097 (patch)
tree49d583d3329e72cd686d5dd42aecc8e6295e3964 /games-simulation/crrcsim/crrcsim-0.9.13.ebuild
parentapp-i18n/im-canna: fix immodules path (diff)
downloadgentoo-495a52fc2fe5740647c86062cffb28303b15c097.tar.gz
gentoo-495a52fc2fe5740647c86062cffb28303b15c097.tar.bz2
gentoo-495a52fc2fe5740647c86062cffb28303b15c097.zip
games-simulation/crrcsim: Fix building with GCC-6
Bug: https://bugs.gentoo.org/show_bug.cgi?id=610560 Package-Manager: Portage-2.3.6, Repoman-2.3.2
Diffstat (limited to 'games-simulation/crrcsim/crrcsim-0.9.13.ebuild')
-rw-r--r--games-simulation/crrcsim/crrcsim-0.9.13.ebuild5
1 files changed, 4 insertions, 1 deletions
diff --git a/games-simulation/crrcsim/crrcsim-0.9.13.ebuild b/games-simulation/crrcsim/crrcsim-0.9.13.ebuild
index d3b2bb8e0140..ef5b5ce752df 100644
--- a/games-simulation/crrcsim/crrcsim-0.9.13.ebuild
+++ b/games-simulation/crrcsim/crrcsim-0.9.13.ebuild
@@ -20,7 +20,10 @@ RDEPEND="media-libs/libsdl[X,sound,joystick,opengl,video]
portaudio? ( media-libs/portaudio )"
DEPEND="${RDEPEND}"
-PATCHES=( "${FILESDIR}"/${P}-buildsystem.patch )
+PATCHES=(
+ "${FILESDIR}"/${P}-buildsystem.patch
+ "${FILESDIR}"/${P}-gcc6.patch
+)
src_prepare() {
default