summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBernard Cafarelli <voyageur@gentoo.org>2020-03-01 16:24:59 +0100
committerBernard Cafarelli <voyageur@gentoo.org>2020-03-01 16:24:59 +0100
commit74c7bfa57715e302930f9c3a9989f312b34ffb79 (patch)
tree9d99939ee47a08e17c69d96cd5a3dfed2c8a4e01 /games-puzzle/wmpuzzle/wmpuzzle-0.5.2-r1.ebuild
parentx11-plugins/wmSpaceWeather: fix build with -fno-common (diff)
downloadgentoo-74c7bfa57715e302930f9c3a9989f312b34ffb79.tar.gz
gentoo-74c7bfa57715e302930f9c3a9989f312b34ffb79.tar.bz2
gentoo-74c7bfa57715e302930f9c3a9989f312b34ffb79.zip
games-puzzle/wmpuzzle: fix build with -fno-common
Closes: https://bugs.gentoo.org/707160 Package-Manager: Portage-2.3.90, Repoman-2.3.20 Signed-off-by: Bernard Cafarelli <voyageur@gentoo.org>
Diffstat (limited to 'games-puzzle/wmpuzzle/wmpuzzle-0.5.2-r1.ebuild')
-rw-r--r--games-puzzle/wmpuzzle/wmpuzzle-0.5.2-r1.ebuild3
1 files changed, 2 insertions, 1 deletions
diff --git a/games-puzzle/wmpuzzle/wmpuzzle-0.5.2-r1.ebuild b/games-puzzle/wmpuzzle/wmpuzzle-0.5.2-r1.ebuild
index 314b27ac091a..46f9171fc914 100644
--- a/games-puzzle/wmpuzzle/wmpuzzle-0.5.2-r1.ebuild
+++ b/games-puzzle/wmpuzzle/wmpuzzle-0.5.2-r1.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2017 Gentoo Foundation
+# Copyright 1999-2020 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI=6
@@ -18,6 +18,7 @@ RDEPEND="x11-libs/libX11
x11-libs/libXpm"
DEPEND="${RDEPEND}"
+PATCHES=( "${FILESDIR}"/${P}-gcc-10.patch )
S=${WORKDIR}/${P}/src
src_install() {