summaryrefslogtreecommitdiff
path: root/math/fftpack/patches/patch-ah
diff options
context:
space:
mode:
Diffstat (limited to 'math/fftpack/patches/patch-ah')
-rw-r--r--math/fftpack/patches/patch-ah11
1 files changed, 11 insertions, 0 deletions
diff --git a/math/fftpack/patches/patch-ah b/math/fftpack/patches/patch-ah
new file mode 100644
index 00000000000..d0a80f48edb
--- /dev/null
+++ b/math/fftpack/patches/patch-ah
@@ -0,0 +1,11 @@
+$NetBSD: patch-ah,v 1.3 2001/01/23 20:55:45 jtb Exp $
+
+--- ezfftb.f.orig Fri Nov 17 16:48:23 2000
++++ ezfftb.f
+@@ -1,5 +1,5 @@
+ SUBROUTINE EZFFTB (N,R,AZERO,A,B,WSAVE)
+- DIMENSION R(1) ,A(1) ,B(1) ,WSAVE(1)
++ DIMENSION R(*) ,A(1) ,B(1) ,WSAVE(1)
+ IF (N-2) 101,102,103
+ 101 R(1) = AZERO
+ RETURN