mirror of
https://github.com/Stichting-MINIX-Research-Foundation/pkgsrc-ng.git
synced 2025-08-04 02:08:49 -04:00
14 lines
452 B
C
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 ())
|