summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorChristoph Junghans <ottxor@gentoo.org>2016-08-09 10:46:36 -0600
committerChristoph Junghans <ottxor@gentoo.org>2016-08-09 10:47:09 -0600
commite633382c75aa58983d1535bd36aecdefbf1b4bb9 (patch)
treeede0217c6e1366750562ac24755e53dd9c4e6ae9 /sci-libs
parentapp-crypt/monkeysphere: Version bump to 0.38 (diff)
downloadgentoo-e633382c75aa58983d1535bd36aecdefbf1b4bb9.tar.gz
gentoo-e633382c75aa58983d1535bd36aecdefbf1b4bb9.tar.bz2
gentoo-e633382c75aa58983d1535bd36aecdefbf1b4bb9.zip
sci-libs/fftw: workaround for bug #590446
Package-Manager: portage-2.2.28
Diffstat (limited to 'sci-libs')
-rw-r--r--sci-libs/fftw/fftw-3.3.5-r1.ebuild10
1 files changed, 9 insertions, 1 deletions
diff --git a/sci-libs/fftw/fftw-3.3.5-r1.ebuild b/sci-libs/fftw/fftw-3.3.5-r1.ebuild
index ff0c93d32869..6eec1c90c5d2 100644
--- a/sci-libs/fftw/fftw-3.3.5-r1.ebuild
+++ b/sci-libs/fftw/fftw-3.3.5-r1.ebuild
@@ -163,7 +163,15 @@ src_install() {
DOCS=( AUTHORS ChangeLog NEWS README TODO COPYRIGHT CONVENTIONS )
HTML_DOCS=( doc/html/ )
- multibuild_foreach_variant multilib-minimal_src_install
+ #workaroud for bug #590446
+ my_abi_install() {
+ pushd "${BUILD_DIR}" >/dev/null || die
+ emake DESTDIR="${D}" install
+ popd >/dev/null || die
+ }
+ multibuild_foreach_variant multilib_foreach_abi my_abi_install
+
+ einstalldocs
if use doc; then
dodoc doc/*.pdf