summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMichał Górny <mgorny@gentoo.org>2014-06-17 15:52:04 +0000
committerMichał Górny <mgorny@gentoo.org>2014-06-17 15:52:04 +0000
commit9eebd81ac8a4d8f969609c6ed06af22d7f92085c (patch)
tree88ad556dee8afb20c94ed3385f4830cf1cbe7dd3 /sci-libs/fftw
parentAdd lazy2 & update bmp filter. Switch to new-style /usr/lib libexecdir. (diff)
downloadgentoo-2-9eebd81ac8a4d8f969609c6ed06af22d7f92085c.tar.gz
gentoo-2-9eebd81ac8a4d8f969609c6ed06af22d7f92085c.tar.bz2
gentoo-2-9eebd81ac8a4d8f969609c6ed06af22d7f92085c.zip
Use ${ABI} to disable quad precision w/ abi_x86_32.
(Portage version: 2.2.10/cvs/Linux x86_64, signed Manifest commit with key EFB4464E!)
Diffstat (limited to 'sci-libs/fftw')
-rw-r--r--sci-libs/fftw/ChangeLog5
-rw-r--r--sci-libs/fftw/fftw-3.3.4.ebuild4
2 files changed, 6 insertions, 3 deletions
diff --git a/sci-libs/fftw/ChangeLog b/sci-libs/fftw/ChangeLog
index b82af6ddb37f..ee0389fd5306 100644
--- a/sci-libs/fftw/ChangeLog
+++ b/sci-libs/fftw/ChangeLog
@@ -1,6 +1,9 @@
# ChangeLog for sci-libs/fftw
# Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/sci-libs/fftw/ChangeLog,v 1.157 2014/05/24 22:14:53 mgorny Exp $
+# $Header: /var/cvsroot/gentoo-x86/sci-libs/fftw/ChangeLog,v 1.158 2014/06/17 15:52:04 mgorny Exp $
+
+ 17 Jun 2014; Michał Górny <mgorny@gentoo.org> fftw-3.3.4.ebuild:
+ Use ${ABI} to disable quad precision w/ abi_x86_32.
24 May 2014; Michał Górny <mgorny@gentoo.org> fftw-3.3.3-r3.ebuild,
fftw-3.3.4.ebuild:
diff --git a/sci-libs/fftw/fftw-3.3.4.ebuild b/sci-libs/fftw/fftw-3.3.4.ebuild
index 916759ab3c15..12ec05557f93 100644
--- a/sci-libs/fftw/fftw-3.3.4.ebuild
+++ b/sci-libs/fftw/fftw-3.3.4.ebuild
@@ -1,6 +1,6 @@
# Copyright 1999-2014 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/sci-libs/fftw/fftw-3.3.4.ebuild,v 1.2 2014/05/24 22:14:53 mgorny Exp $
+# $Header: /var/cvsroot/gentoo-x86/sci-libs/fftw/fftw-3.3.4.ebuild,v 1.3 2014/06/17 15:52:04 mgorny Exp $
EAPI=5
@@ -87,7 +87,7 @@ src_configure() {
#jlec reported USE=quad on abi_x86_32 has too less registers
#stub Makefiles
- if use amd64 && ! multilib_is_native_abi && [[ $x = quad ]]; then
+ if [[ ${ABI} == x86 && ${x} == quad ]]; then
mkdir -p "${BUILD_DIR}/tests" || die
echo "all: ;" > "${BUILD_DIR}/Makefile" || die
echo "install: ;" >> "${BUILD_DIR}/Makefile" || die