summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDaniel Pielmeier <billie@gentoo.org>2020-05-01 12:45:29 +0200
committerDaniel Pielmeier <billie@gentoo.org>2020-05-01 12:45:29 +0200
commitfde763b85279eb554bd97c62a130ddad460956b1 (patch)
tree11dfff89fd106a0f839283a68904435d7568d9d6 /sys-fs/fatsort/fatsort-1.5.0.ebuild
parentsci-misc/mendeleydesktop: There is no such version (diff)
downloadgentoo-fde763b85279eb554bd97c62a130ddad460956b1.tar.gz
gentoo-fde763b85279eb554bd97c62a130ddad460956b1.tar.bz2
gentoo-fde763b85279eb554bd97c62a130ddad460956b1.zip
sys-fs/fatsort: Fix bug #707726 building with -fno-common.
Thanks to Toralf Förster for the report. Package-Manager: Portage-2.3.89, Repoman-2.3.20 Signed-off-by: Daniel Pielmeier <billie@gentoo.org>
Diffstat (limited to 'sys-fs/fatsort/fatsort-1.5.0.ebuild')
-rw-r--r--sys-fs/fatsort/fatsort-1.5.0.ebuild6
1 files changed, 5 insertions, 1 deletions
diff --git a/sys-fs/fatsort/fatsort-1.5.0.ebuild b/sys-fs/fatsort/fatsort-1.5.0.ebuild
index 73df445b94eb..d677a51ab6d2 100644
--- a/sys-fs/fatsort/fatsort-1.5.0.ebuild
+++ b/sys-fs/fatsort/fatsort-1.5.0.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2019 Gentoo Authors
+# Copyright 1999-2020 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI=7
@@ -18,6 +18,10 @@ KEYWORDS="amd64 x86"
S=${WORKDIR}/${MY_P}
+PATCHES=(
+ "${FILESDIR}/${PN}-1.5.0-gcc10.patch"
+)
+
src_prepare() {
default