mirror of
https://github.com/gentoo-mirror/gentoo.git
synced 2026-09-24 04:59:14 -07:00
sci-mathematics/flint: Fix compilation with >=sys-devel/binutils-2.25.1
Closes: https://bugs.gentoo.org/573868 Package-Manager: Portage-2.3.10, Repoman-2.3.3 Acked-by: Patrick Lauer <patrick@gentoo.org>
This commit is contained in:
committed by
Thomas Deutschmann
parent
0751a5a062
commit
2f8c6f143d
@@ -1,4 +1,4 @@
|
||||
# Copyright 1999-2016 Gentoo Foundation
|
||||
# Copyright 1999-2017 Gentoo Foundation
|
||||
# Distributed under the terms of the GNU General Public License v2
|
||||
|
||||
EAPI="5"
|
||||
@@ -31,6 +31,10 @@ src_prepare() {
|
||||
"${FILESDIR}"/${PN}-2.4.3-whitespaces.patch \
|
||||
"${FILESDIR}"/${PN}-2.4.3-cflags-ldflags.patch \
|
||||
"${FILESDIR}"/${PN}-2.4.4-test.patch
|
||||
|
||||
sed -i \
|
||||
-e '/echo "DLPATH_ADD=/s/\$DLPATH_ADD/\\\$(CURDIR)/' \
|
||||
./configure || die
|
||||
}
|
||||
|
||||
src_configure() {
|
||||
|
||||
@@ -1,4 +1,4 @@
|
||||
# Copyright 1999-2016 Gentoo Foundation
|
||||
# Copyright 1999-2017 Gentoo Foundation
|
||||
# Distributed under the terms of the GNU General Public License v2
|
||||
|
||||
EAPI="5"
|
||||
@@ -33,6 +33,10 @@ src_prepare() {
|
||||
"${FILESDIR}"/${PN}-2.4.4-test.patch \
|
||||
"${FILESDIR}"/${PN}-2.4.5-gmp6-compat.patch \
|
||||
"${FILESDIR}"/${PN}-2.4.5-ntl62.patch
|
||||
|
||||
sed -i \
|
||||
-e '/echo "DLPATH_ADD=/s/\$DLPATH_ADD/\\\$(CURDIR)/' \
|
||||
./configure || die
|
||||
}
|
||||
|
||||
src_configure() {
|
||||
|
||||
@@ -1,4 +1,4 @@
|
||||
# Copyright 1999-2015 Gentoo Foundation
|
||||
# Copyright 1999-2017 Gentoo Foundation
|
||||
# Distributed under the terms of the GNU General Public License v2
|
||||
|
||||
EAPI="5"
|
||||
@@ -26,6 +26,12 @@ DEPEND="${RDEPEND}
|
||||
dev-texlive/texlive-latexextra
|
||||
)"
|
||||
|
||||
src_prepare() {
|
||||
sed -i \
|
||||
-e '/echo "DLPATH_ADD=/s/\$DLPATH_ADD/\\\$(CURDIR)/' \
|
||||
./configure || die
|
||||
}
|
||||
|
||||
src_configure() {
|
||||
./configure \
|
||||
--prefix="${EPREFIX}/usr" \
|
||||
|
||||
Reference in New Issue
Block a user