Closes: https://bugs.gentoo.org/711854
Package-Manager: Portage-2.3.96, Repoman-2.3.21
Signed-off-by: Bernard Cafarelli <voyageur@gentoo.org>
-# Copyright 1999-2018 Gentoo Foundation
+# Copyright 1999-2020 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI=5
src_prepare() {
sed -i \
- -e "s:-O2:${CFLAGS}:g" \
- -e "s:\$x_libraries:/usr/$(get_libdir):" \
+ -e "s|-O2|${CFLAGS}|g" \
+ -e "s|\$x_libraries|/usr/$(get_libdir)|" \
configure.ac || die
eautoreconf
-# Copyright 1999-2017 Gentoo Foundation
+# Copyright 1999-2020 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI=6
default
sed -i \
- -e "s:-O2:${CFLAGS}:g" \
- -e "s:\$x_libraries:/usr/$(get_libdir):" \
+ -e "s|-O2|${CFLAGS}|g" \
+ -e "s|\$x_libraries|/usr/$(get_libdir)|" \
configure.ac || die
eautoreconf