diff options
author | 2020-02-24 22:08:57 +0100 | |
---|---|---|
committer | 2020-02-24 22:47:31 +0100 | |
commit | a41758ecc0c4dba5cfa14af8ed911a374ef67627 (patch) | |
tree | 82a4cca68bd383122d21a4b8e72b33cc5ac489f3 /x11-plugins/wmtimer/wmtimer-2.92-r2.ebuild | |
parent | gnome-base/gnome-settings-daemon: fix USE="input_devices_wacom -wayland" build (diff) | |
download | gentoo-a41758ecc0c4dba5cfa14af8ed911a374ef67627.tar.gz gentoo-a41758ecc0c4dba5cfa14af8ed911a374ef67627.tar.bz2 gentoo-a41758ecc0c4dba5cfa14af8ed911a374ef67627.zip |
x11-plugins/wmtimer: fix build with -fno-common
Closes: https://bugs.gentoo.org/709506
Package-Manager: Portage-2.3.89, Repoman-2.3.20
Signed-off-by: Bernard Cafarelli <voyageur@gentoo.org>
Diffstat (limited to 'x11-plugins/wmtimer/wmtimer-2.92-r2.ebuild')
-rw-r--r-- | x11-plugins/wmtimer/wmtimer-2.92-r2.ebuild | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/x11-plugins/wmtimer/wmtimer-2.92-r2.ebuild b/x11-plugins/wmtimer/wmtimer-2.92-r2.ebuild index 361f2745af0..f3fb9ab0ea2 100644 --- a/x11-plugins/wmtimer/wmtimer-2.92-r2.ebuild +++ b/x11-plugins/wmtimer/wmtimer-2.92-r2.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 @@ -32,6 +32,7 @@ src_prepare() { cd "${WORKDIR}"/${P} || die eapply "${FILESDIR}"/${P}-counter-fix.patch eapply "${FILESDIR}"/${P}-list.patch + eapply "${FILESDIR}"/${P}-gcc-10.patch eapply_user } |