summaryrefslogtreecommitdiff
path: root/math/fftpack/patches/patch-af
diff options
context:
space:
mode:
Diffstat (limited to 'math/fftpack/patches/patch-af')
-rw-r--r--math/fftpack/patches/patch-af11
1 files changed, 11 insertions, 0 deletions
diff --git a/math/fftpack/patches/patch-af b/math/fftpack/patches/patch-af
new file mode 100644
index 00000000000..8a9d7be28fb
--- /dev/null
+++ b/math/fftpack/patches/patch-af
@@ -0,0 +1,11 @@
+$NetBSD: patch-af,v 1.3 2001/01/23 20:55:44 jtb Exp $
+
+--- cost.f.orig Fri Nov 17 16:48:23 2000
++++ cost.f
+@@ -1,5 +1,5 @@
+ SUBROUTINE COST (N,X,WSAVE)
+- DIMENSION X(1) ,WSAVE(1)
++ DIMENSION X(*) ,WSAVE(1)
+ NM1 = N-1
+ NP1 = N+1
+ NS2 = N/2