diff options
author | Arfrever Frehtes Taifersar Arahesis <Arfrever@Apache.Org> | 2019-05-05 04:46:00 +0200 |
---|---|---|
committer | Mike Gilbert <floppym@gentoo.org> | 2019-05-05 15:04:02 -0400 |
commit | 57ecc0fe4b74dbf6019c5e1931750a64a5366ae6 (patch) | |
tree | 5fbd36a4a3646a9e99191ccd36eb55ff3ba94975 /sci-libs/fftw/fftw-3.3.8.ebuild | |
parent | net-wireless/aircrack-ng: Depend on sys-apps/hwloc:0=. (diff) | |
download | gentoo-57ecc0fe4b74dbf6019c5e1931750a64a5366ae6.tar.gz gentoo-57ecc0fe4b74dbf6019c5e1931750a64a5366ae6.tar.bz2 gentoo-57ecc0fe4b74dbf6019c5e1931750a64a5366ae6.zip |
sci-libs/fftw: Fix usage of tc-getCC().
Fixes: https://bugs.gentoo.org/618282
Signed-off-by: Arfrever Frehtes Taifersar Arahesis <Arfrever@Apache.Org>
Signed-off-by: Mike Gilbert <floppym@gentoo.org>
Diffstat (limited to 'sci-libs/fftw/fftw-3.3.8.ebuild')
-rw-r--r-- | sci-libs/fftw/fftw-3.3.8.ebuild | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sci-libs/fftw/fftw-3.3.8.ebuild b/sci-libs/fftw/fftw-3.3.8.ebuild index d345f5d141f9..c89038acc6aa 100644 --- a/sci-libs/fftw/fftw-3.3.8.ebuild +++ b/sci-libs/fftw/fftw-3.3.8.ebuild @@ -131,7 +131,7 @@ multilib_src_configure() { ;; esac - ECONF_SOURCE="${S}" econf "${myconf[@]}" MPICC="$(tc-getCC -lmpi)" + ECONF_SOURCE="${S}" econf "${myconf[@]}" MPICC="$(tc-getCC) -lmpi" } src_configure() { |