From 0a9e6dec6b8283cfefb1342d2ba602543f1a06eb Mon Sep 17 00:00:00 2001 From: jtb Date: Tue, 23 Jan 2001 20:55:44 +0000 Subject: Use one patch per file, undoing previous change. --- math/fftpack/patches/patch-am | 11 +++++++++++ 1 file changed, 11 insertions(+) create mode 100644 math/fftpack/patches/patch-am (limited to 'math/fftpack/patches/patch-am') diff --git a/math/fftpack/patches/patch-am b/math/fftpack/patches/patch-am new file mode 100644 index 00000000000..e962affc378 --- /dev/null +++ b/math/fftpack/patches/patch-am @@ -0,0 +1,11 @@ +$NetBSD: patch-am,v 1.3 2001/01/23 20:55:45 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) -- cgit v1.2.3