Closes: https://bugs.gentoo.org/710710
Package-Manager: Portage-2.3.95, Repoman-2.3.21
Signed-off-by: Ben Kohler <bkohler@gentoo.org>
-# Copyright 1999-2019 Gentoo Authors
+# Copyright 1999-2020 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI=7
src_prepare() {
sed -i \
- -e "s:^OPT=.*:OPT = ${CFLAGS} ${LDFLAGS}:" \
- -e "s:^CC=.*:CC = $(tc-getCC):" \
+ -e "s|^OPT=.*|OPT = ${CFLAGS} ${LDFLAGS}|" \
+ -e "s|^CC=.*|CC = $(tc-getCC)|" \
Makefile || die "sed failed"
default
}