mirror of
https://github.com/gentoo-mirror/gentoo.git
synced 2026-08-24 18:58:08 -07:00
sci-biology/ucsc-genome-browser: add gcc 10 workaround
Closes: https://bugs.gentoo.org/708064 Signed-off-by: Sam James <sam@gentoo.org>
This commit is contained in:
@@ -1,4 +1,4 @@
|
||||
# Copyright 1999-2019 Gentoo Authors
|
||||
# Copyright 1999-2021 Gentoo Authors
|
||||
# Distributed under the terms of the GNU General Public License v2
|
||||
|
||||
EAPI=6
|
||||
@@ -30,7 +30,12 @@ S="${WORKDIR}/kent"
|
||||
|
||||
src_prepare() {
|
||||
default
|
||||
|
||||
use server && webapp_src_preinst
|
||||
|
||||
# bug #708064
|
||||
append-flags -fcommon
|
||||
|
||||
sed \
|
||||
-e 's/-Werror//' \
|
||||
-e "/COPT/s:=.*$:=${LDFLAGS}:g" \
|
||||
|
||||
Reference in New Issue
Block a user