summaryrefslogtreecommitdiff
path: root/math/fftpack/patches/patch-al
diff options
context:
space:
mode:
Diffstat (limited to 'math/fftpack/patches/patch-al')
-rw-r--r--math/fftpack/patches/patch-al11
1 files changed, 11 insertions, 0 deletions
diff --git a/math/fftpack/patches/patch-al b/math/fftpack/patches/patch-al
new file mode 100644
index 00000000000..edcac695c52
--- /dev/null
+++ b/math/fftpack/patches/patch-al
@@ -0,0 +1,11 @@
+$NetBSD: patch-al,v 1.3 2001/01/23 20:55:45 jtb Exp $
+
+--- rffti1.f.orig Fri Nov 17 16:48:24 2000
++++ rffti1.f
+@@ -1,5 +1,5 @@
+ SUBROUTINE RFFTI1 (N,WA,IFAC)
+- DIMENSION WA(1) ,IFAC(1) ,NTRYH(4)
++ DIMENSION WA(1) ,IFAC(*) ,NTRYH(4)
+ DATA NTRYH(1),NTRYH(2),NTRYH(3),NTRYH(4)/4,2,3,5/
+ NL = N
+ NF = 0