From 07e2905852b47073b5911782bde0b23128a557f1 Mon Sep 17 00:00:00 2001 From: Marek Szuba Date: Wed, 27 Dec 2017 22:09:40 +0100 Subject: 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(-) (limited to 'sci-electronics') diff --git a/sci-electronics/ngspice/files/ngspice-27-autoconf_fftw3.patch b/sci-electronics/ngspice/files/ngspice-27-autoconf_fftw3.patch index d490938d2099..d0eec127c572 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]) -- cgit v1.2.3-65-gdbad