summaryrefslogtreecommitdiff
path: root/math/fftpack/patches/patch-am
diff options
context:
space:
mode:
Diffstat (limited to 'math/fftpack/patches/patch-am')
-rw-r--r--math/fftpack/patches/patch-am11
1 files changed, 11 insertions, 0 deletions
diff --git a/math/fftpack/patches/patch-am b/math/fftpack/patches/patch-am
new file mode 100644
index 00000000000..b2e778b9799
--- /dev/null
+++ b/math/fftpack/patches/patch-am
@@ -0,0 +1,11 @@
+$NetBSD: patch-am,v 1.1.1.1 2000/11/28 02:17:02 jtb Exp $
+
+--- sint1.f.orig Fri Nov 17 16:48:24 2000
++++ sint1.f
+@@ -1,5 +1,5 @@
+ SUBROUTINE SINT1(N,WAR,WAS,XH,X,IFAC)
+- DIMENSION WAR(1),WAS(1),X(1),XH(1),IFAC(1)
++ DIMENSION WAR(1),WAS(1),X(1),XH(*),IFAC(1)
+ DATA SQRT3 /1.73205080756888/
+ DO 100 I=1,N
+ XH(I) = WAR(I)