summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJustin Lecher <jlec@gentoo.org>2017-01-29 19:58:49 +0000
committerJustin Lecher <jlec@gentoo.org>2017-02-12 10:09:24 +0000
commited8d68be1f25305e410e3ca4a3e6076fded08332 (patch)
treef5f6318351daf9fac36375d97b177377e284cd26 /sci-libs/arprec/arprec-2.2.18.ebuild
parentnet-libs/osptoolkit: Version bump to 4.13.0 (diff)
downloadgentoo-ed8d68be1f25305e410e3ca4a3e6076fded08332.tar.gz
gentoo-ed8d68be1f25305e410e3ca4a3e6076fded08332.tar.bz2
gentoo-ed8d68be1f25305e410e3ca4a3e6076fded08332.zip
sci-libs/arprec: Fi xunderlinking detected with ld.gold
Package-Manager: Portage-2.3.3, Repoman-2.3.1 Signed-off-by: Justin Lecher <jlec@gentoo.org>
Diffstat (limited to 'sci-libs/arprec/arprec-2.2.18.ebuild')
-rw-r--r--sci-libs/arprec/arprec-2.2.18.ebuild14
1 files changed, 11 insertions, 3 deletions
diff --git a/sci-libs/arprec/arprec-2.2.18.ebuild b/sci-libs/arprec/arprec-2.2.18.ebuild
index ef5837cd07ba..99d5159a9e38 100644
--- a/sci-libs/arprec/arprec-2.2.18.ebuild
+++ b/sci-libs/arprec/arprec-2.2.18.ebuild
@@ -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
# $Id$
@@ -7,7 +7,7 @@ EAPI=6
FORTRAN_NEEDED=fortran
FORTRAN_STANDARD=90
-inherit fortran-2
+inherit autotools fortran-2
DESCRIPTION="Arbitrary precision float arithmetics and functions"
HOMEPAGE="http://crd-legacy.lbl.gov/~dhbailey/mpdist/"
@@ -21,7 +21,15 @@ IUSE="cpu_flags_x86_fma3 cpu_flags_x86_fma4 doc fortran qd static-libs"
DEPEND="qd? ( sci-libs/qd[fortran=] )"
RDEPEND="${DEPEND}"
-PATCHES=( "${FILESDIR}"/${PN}-2.2.18-fix-c++14.patch )
+PATCHES=(
+ "${FILESDIR}"/${PN}-2.2.18-fix-c++14.patch
+ "${FILESDIR}"/${P}-gold.patch
+)
+
+src_prepare() {
+ default
+ eautoreconf
+}
src_configure() {
econf \