commit: 07e2905852b47073b5911782bde0b23128a557f1
Author: Marek Szuba <marecki <AT> gentoo <DOT> org>
AuthorDate: Wed Dec 27 21:09:40 2017 +0000
Commit: Marek Szuba <marecki <AT> gentoo <DOT> org>
CommitDate: Wed Dec 27 21:11:49 2017 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=07e29058
sci-electronics/ngspice: correct the logic in autoconf fftw patch
Now fftw really is looked for by default. This does not change anything
for the 27 ebuild because it does not use the default, that said it is
good to have this done right in case we submit this patch upstream.
Package-Manager: Portage-2.3.13, Repoman-2.3.3
sci-electronics/ngspice/files/ngspice-27-autoconf_fftw3.patch | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/sci-electronics/ngspice/files/ngspice-27-autoconf_fftw3.patch
b/sci-electronics/ngspice/files/ngspice-27-autoconf_fftw3.patch
index d490938d209..d0eec127c57 100644
--- a/sci-electronics/ngspice/files/ngspice-27-autoconf_fftw3.patch
+++ b/sci-electronics/ngspice/files/ngspice-27-autoconf_fftw3.patch
@@ -15,7 +15,7 @@
# Look for math library:
AC_CHECK_LIB([m], [sqrt])
AC_CHECK_HEADERS([float.h limits.h values.h ieeefp.h])
-+if test "x$with_fftw3" = xyes; then
++if test "x$with_fftw3" != xno; then
AC_CHECK_HEADERS([fftw3.h])
AC_CHECK_LIB([fftw3], [fftw_plan_dft_1d],
[AC_DEFINE([HAVE_LIBFFTW3], [], [Have fft routines in libfftw3])