Skip to content

Commit

Permalink
media-radio/wsjtx: Fix missing variable declaration
Browse files Browse the repository at this point in the history
Closes: https://bugs.gentoo.org/934307
Signed-off-by: Thomas Beierlein <[email protected]>
  • Loading branch information
dl1jbe committed Jun 15, 2024
1 parent 1d03c3c commit c2e6232
Show file tree
Hide file tree
Showing 2 changed files with 14 additions and 0 deletions.
13 changes: 13 additions & 0 deletions media-radio/wsjtx/files/wsjtx-2.7.0_rc4-fix_NFFT.patch
Original file line number Diff line number Diff line change
@@ -0,0 +1,13 @@
# 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
1 change: 1 addition & 0 deletions media-radio/wsjtx/wsjtx-2.7.0_rc4.ebuild
Original file line number Diff line number Diff line change
Expand Up @@ -44,6 +44,7 @@ PATCHES=(
"${FILESDIR}/${PN}-2.2.0-werror.patch"
"${FILESDIR}/${PN}-2.3.0-drop-docs.patch"
"${FILESDIR}/${PN}-clang.patch"
"${FILESDIR}/${P}-fix_NFFT.patch"
)

DOCS=( AUTHORS BUGS NEWS README THANKS )
Expand Down

0 comments on commit c2e6232

Please sign in to comment.