diff options
author | Bernard Cafarelli <voyageur@gentoo.org> | 2020-03-01 16:05:58 +0100 |
---|---|---|
committer | Bernard Cafarelli <voyageur@gentoo.org> | 2020-03-01 16:12:43 +0100 |
commit | 47ccf9e869ba4e2c45d7c97aca8345d7981f341a (patch) | |
tree | f7ff3ba68acf86a7980d30dedd06ba7fc7e90765 /x11-plugins/wmsysmon/wmsysmon-0.7.8.ebuild | |
parent | x11-plugins/wmbinclock: fix build with -fno-common (diff) | |
download | gentoo-47ccf9e869ba4e2c45d7c97aca8345d7981f341a.tar.gz gentoo-47ccf9e869ba4e2c45d7c97aca8345d7981f341a.tar.bz2 gentoo-47ccf9e869ba4e2c45d7c97aca8345d7981f341a.zip |
x11-plugins/wmsysmon: fix build with -fno-common
Closes: https://bugs.gentoo.org/707178
Package-Manager: Portage-2.3.90, Repoman-2.3.20
Signed-off-by: Bernard Cafarelli <voyageur@gentoo.org>
Diffstat (limited to 'x11-plugins/wmsysmon/wmsysmon-0.7.8.ebuild')
-rw-r--r-- | x11-plugins/wmsysmon/wmsysmon-0.7.8.ebuild | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/x11-plugins/wmsysmon/wmsysmon-0.7.8.ebuild b/x11-plugins/wmsysmon/wmsysmon-0.7.8.ebuild index b01c8bde4910..4a1faee41b23 100644 --- a/x11-plugins/wmsysmon/wmsysmon-0.7.8.ebuild +++ b/x11-plugins/wmsysmon/wmsysmon-0.7.8.ebuild @@ -18,6 +18,7 @@ DEPEND="x11-libs/libX11 x11-libs/libXpm" RDEPEND="${DEPEND}" +PATCHES=( "${FILESDIR}"/${P}-gcc-10.patch ) DOCS=( ../ChangeLog ../README ) S=${WORKDIR}/${P}/src |