diff options
author | Bernard Cafarelli <voyageur@gentoo.org> | 2020-03-08 12:22:00 +0100 |
---|---|---|
committer | Bernard Cafarelli <voyageur@gentoo.org> | 2020-03-08 12:27:31 +0100 |
commit | 9869d748199f7fad1746a27248990e10436df568 (patch) | |
tree | c3e75577dddb228061413149b98af65505739381 /x11-plugins/wmmon+smp/wmmon+smp-1.0-r3.ebuild | |
parent | x11-plugins/wmbio: fix build with -fno-common (diff) | |
download | gentoo-9869d748199f7fad1746a27248990e10436df568.tar.gz gentoo-9869d748199f7fad1746a27248990e10436df568.tar.bz2 gentoo-9869d748199f7fad1746a27248990e10436df568.zip |
x11-plugins/wmmon+smp: fix build with -fno-common
Closes: https://bugs.gentoo.org/707216
Package-Manager: Portage-2.3.92, Repoman-2.3.20
Signed-off-by: Bernard Cafarelli <voyageur@gentoo.org>
Diffstat (limited to 'x11-plugins/wmmon+smp/wmmon+smp-1.0-r3.ebuild')
-rw-r--r-- | x11-plugins/wmmon+smp/wmmon+smp-1.0-r3.ebuild | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/x11-plugins/wmmon+smp/wmmon+smp-1.0-r3.ebuild b/x11-plugins/wmmon+smp/wmmon+smp-1.0-r3.ebuild index b1e2679d8c7f..e16511eaf5bb 100644 --- a/x11-plugins/wmmon+smp/wmmon+smp-1.0-r3.ebuild +++ b/x11-plugins/wmmon+smp/wmmon+smp-1.0-r3.ebuild @@ -22,7 +22,9 @@ DEPEND="${RDEPEND} S="${WORKDIR}/wmmon.app/wmmon" -PATCHES=( "${FILESDIR}"/${P}-list.patch ) +PATCHES=( "${FILESDIR}"/${P}-list.patch + "${FILESDIR}"/${P}-fno-common.patch + ) src_prepare() { tc-export CC |