summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDavid Seifert <soap@gentoo.org>2020-02-08 13:06:45 +0100
committerDavid Seifert <soap@gentoo.org>2020-02-08 13:06:45 +0100
commit2a279e72974f0b853750e1c11fe5449a0a032660 (patch)
tree567aaca21651c10742aa7679d12541e32d4867f3 /sys-fs/hfsplusutils/hfsplusutils-1.0.4-r2.ebuild
parentapp-shells/zsh-syntax-highlighting: Initial commit (diff)
downloadgentoo-2a279e72974f0b853750e1c11fe5449a0a032660.tar.gz
gentoo-2a279e72974f0b853750e1c11fe5449a0a032660.tar.bz2
gentoo-2a279e72974f0b853750e1c11fe5449a0a032660.zip
sys-fs/hfsplusutils: Fix GCC 10
Closes: https://bugs.gentoo.org/707690 Package-Manager: Portage-2.3.87, Repoman-2.3.20 Signed-off-by: David Seifert <soap@gentoo.org>
Diffstat (limited to 'sys-fs/hfsplusutils/hfsplusutils-1.0.4-r2.ebuild')
-rw-r--r--sys-fs/hfsplusutils/hfsplusutils-1.0.4-r2.ebuild3
1 files changed, 2 insertions, 1 deletions
diff --git a/sys-fs/hfsplusutils/hfsplusutils-1.0.4-r2.ebuild b/sys-fs/hfsplusutils/hfsplusutils-1.0.4-r2.ebuild
index 4e624f1b33c8..a578df335018 100644
--- a/sys-fs/hfsplusutils/hfsplusutils-1.0.4-r2.ebuild
+++ b/sys-fs/hfsplusutils/hfsplusutils-1.0.4-r2.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
@@ -24,6 +24,7 @@ PATCHES=(
"${FILESDIR}"/${P}-string.patch
"${FILESDIR}"/${P}-stdlib.patch
"${FILESDIR}"/${P}-cflags.patch
+ "${FILESDIR}"/${P}-fno-common-gcc10.patch
)
src_prepare() {