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, 0 insertions, 11 deletions
diff --git a/math/fftpack/patches/patch-am b/math/fftpack/patches/patch-am
deleted file mode 100644
index b2e778b9799..00000000000
--- a/math/fftpack/patches/patch-am
+++ /dev/null
@@ -1,11 +0,0 @@
-$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)