summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--media-radio/wsjtx/files/wsjtx-2.7.0_rc4-fix_NFFT.patch13
1 files changed, 0 insertions, 13 deletions
diff --git a/media-radio/wsjtx/files/wsjtx-2.7.0_rc4-fix_NFFT.patch b/media-radio/wsjtx/files/wsjtx-2.7.0_rc4-fix_NFFT.patch
deleted file mode 100644
index 83b3c779de26..000000000000
--- a/media-radio/wsjtx/files/wsjtx-2.7.0_rc4-fix_NFFT.patch
+++ /dev/null
@@ -1,13 +0,0 @@
-# See https://sourceforge.net/p/wsjt/mailman/message/58778025/
-diff --git a/qmap/libqmap/decode0.f90 b/qmap/libqmap/decode0.f90
-index 55a58dc..ed58cd2 100755
---- a/qmap/libqmap/decode0.f90
-+++ b/qmap/libqmap/decode0.f90
-@@ -2,6 +2,7 @@ subroutine decode0(dd,ss,savg)
-
- use timer_module, only: timer
- parameter (NSMAX=60*96000)
-+ parameter (NFFT=32768)
-
- real*4 dd(2,NSMAX),ss(400,NFFT),savg(NFFT)
- real*8 fcenter