summaryrefslogtreecommitdiff
path: root/math/fftpack/patches/patch-aj
diff options
context:
space:
mode:
Diffstat (limited to 'math/fftpack/patches/patch-aj')
-rw-r--r--math/fftpack/patches/patch-aj11
1 files changed, 11 insertions, 0 deletions
diff --git a/math/fftpack/patches/patch-aj b/math/fftpack/patches/patch-aj
new file mode 100644
index 00000000000..dd70f0b05d2
--- /dev/null
+++ b/math/fftpack/patches/patch-aj
@@ -0,0 +1,11 @@
+$NetBSD: patch-aj,v 1.3 2001/01/23 20:55:45 jtb Exp $
+
+--- rfftb1.f.orig Fri Nov 17 16:48:24 2000
++++ rfftb1.f
+@@ -1,5 +1,5 @@
+ SUBROUTINE RFFTB1 (N,C,CH,WA,IFAC)
+- DIMENSION CH(1) ,C(1) ,WA(1) ,IFAC(1)
++ DIMENSION CH(1) ,C(1) ,WA(1) ,IFAC(*)
+ NF = IFAC(2)
+ NA = 0
+ L1 = 1