$NetBSD: patch-ad,v 1.1 2005/08/24 02:28:22 grant Exp $

--- fft.c.orig	2003-03-02 18:14:45.000000000 +1100
+++ fft.c
@@ -1187,7 +1187,7 @@ static void fht (FLOAT * fz)
 #ifdef NEWATAN
 #define ATANSIZE 2000
 #define ATANSCALE 50.0
-  static FLOAT atan_t[ATANSIZE];
+  FLOAT atan_t[ATANSIZE];
 
 INLINE FLOAT atan_table(FLOAT y, FLOAT x) {
   int index;
