pkgsrc-ng/math/octave/patches/patch-liboctave_numeric_oct-fftw.h
2016-11-18 22:39:22 +01:00

14 lines
452 B
C

$NetBSD: patch-liboctave_numeric_oct-fftw.h,v 1.1 2016/02/16 04:21:40 dbj Exp $
--- liboctave/numeric/oct-fftw.h.orig 2015-05-23 14:21:53.000000000 +0000
+++ liboctave/numeric/oct-fftw.h
@@ -99,7 +99,7 @@ public:
return instance_ok () ? instance->do_method (_meth) : dummy;
}
-#if defined (HAVE_FFTW3F_THREADS)
+#if defined (HAVE_FFTW3_THREADS)
static void threads (int _nthreads)
{
if (instance_ok () && _nthreads != threads ())