summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBernard Cafarelli <voyageur@gentoo.org>2020-06-13 10:59:06 +0200
committerBernard Cafarelli <voyageur@gentoo.org>2020-06-13 11:04:24 +0200
commit80332b22e81f0a4ea49fa7515c9388758e8d6667 (patch)
tree2b2e774a708eeb352290177f1332ece5baa45718 /x11-plugins/wmrecord/wmrecord-1.0.5.3-r2.ebuild
parentx11-plugins/wmapm: fix build with -fno-common (diff)
downloadgentoo-80332b22e81f0a4ea49fa7515c9388758e8d6667.tar.gz
gentoo-80332b22e81f0a4ea49fa7515c9388758e8d6667.tar.bz2
gentoo-80332b22e81f0a4ea49fa7515c9388758e8d6667.zip
x11-plugins/wmrecord: fix build with -fno-common
Closes: https://bugs.gentoo.org/726206 Package-Manager: Portage-2.3.100, Repoman-2.3.22 Signed-off-by: Bernard Cafarelli <voyageur@gentoo.org>
Diffstat (limited to 'x11-plugins/wmrecord/wmrecord-1.0.5.3-r2.ebuild')
-rw-r--r--x11-plugins/wmrecord/wmrecord-1.0.5.3-r2.ebuild4
1 files changed, 3 insertions, 1 deletions
diff --git a/x11-plugins/wmrecord/wmrecord-1.0.5.3-r2.ebuild b/x11-plugins/wmrecord/wmrecord-1.0.5.3-r2.ebuild
index 4be4f50aa084..565cf6323752 100644
--- a/x11-plugins/wmrecord/wmrecord-1.0.5.3-r2.ebuild
+++ b/x11-plugins/wmrecord/wmrecord-1.0.5.3-r2.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2018 Gentoo Foundation
+# Copyright 1999-2020 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI=7
@@ -22,6 +22,8 @@ KEYWORDS="~ppc x86"
S="${WORKDIR}/${PN}-1.0.5"
+PATCHES=( "${FILESDIR}"/${P}-fno-common.patch )
+
src_prepare() {
default
#prevent auto-stripping of binaries. Closes bug #252112