diff options
Diffstat (limited to 'games-engines/odamex/odamex-0.7.0.ebuild')
-rw-r--r-- | games-engines/odamex/odamex-0.7.0.ebuild | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/games-engines/odamex/odamex-0.7.0.ebuild b/games-engines/odamex/odamex-0.7.0.ebuild index 95f8739cb7a6..552df25f75a1 100644 --- a/games-engines/odamex/odamex-0.7.0.ebuild +++ b/games-engines/odamex/odamex-0.7.0.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2014 Gentoo Foundation +# Copyright 1999-2017 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 EAPI=5 @@ -40,7 +40,8 @@ src_prepare() { "${FILESDIR}"/2-${P}-cmake-options.patch \ "${FILESDIR}"/3-${P}-wad-search-path.patch \ "${FILESDIR}"/4-${P}-odalauncher-bin-path.patch \ - "${FILESDIR}"/${P}-miniupnpc.patch + "${FILESDIR}"/${P}-miniupnpc.patch \ + "${FILESDIR}"/${P}-gcc6.patch rm -r libraries/libminiupnpc || die |