spack/var/spack/repos/builtin/packages/libvdwxc/fftw-detection.patch
2024-07-22 19:54:49 +02:00

14 lines
265 B
Diff

diff --git a/configure b/configure
index 494ea9f..1ca6516 100755
--- a/configure
+++ b/configure
@@ -17006,7 +17006,7 @@ int
main ()
{
- fftw_plan *plan;
+ fftw_plan plan;
fftw_complex *a1, *a2;
fftw_execute_dft(plan, a1, a2);