diff options
Diffstat (limited to 'sci-mathematics/flint/flint-2.5.2.ebuild')
-rw-r--r-- | sci-mathematics/flint/flint-2.5.2.ebuild | 8 |
1 files changed, 7 insertions, 1 deletions
diff --git a/sci-mathematics/flint/flint-2.5.2.ebuild b/sci-mathematics/flint/flint-2.5.2.ebuild index e7ccd5124387..0217ae0600ca 100644 --- a/sci-mathematics/flint/flint-2.5.2.ebuild +++ b/sci-mathematics/flint/flint-2.5.2.ebuild @@ -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" \ |