aboutsummaryrefslogtreecommitdiffstats
path: root/comms/wsjtx/files
diff options
context:
space:
mode:
authorDiane Bruce <db@FreeBSD.org>2020-09-04 07:54:20 +0800
committerDiane Bruce <db@FreeBSD.org>2020-09-04 07:54:20 +0800
commit96c7941402d77fa60fe77aea9d35e09108d334b7 (patch)
tree9f96dbc0ac7f7665b8ce0581ffd9f91ad4331f54 /comms/wsjtx/files
parent81750cabf0f1cd84c96a0900ef9cb702ed1704bf (diff)
downloadfreebsd-ports-gnome-96c7941402d77fa60fe77aea9d35e09108d334b7.tar.gz
freebsd-ports-gnome-96c7941402d77fa60fe77aea9d35e09108d334b7.tar.zst
freebsd-ports-gnome-96c7941402d77fa60fe77aea9d35e09108d334b7.zip
Fix build under clang-11
Diffstat (limited to 'comms/wsjtx/files')
-rw-r--r--comms/wsjtx/files/wsjtx.patch12
1 files changed, 12 insertions, 0 deletions
diff --git a/comms/wsjtx/files/wsjtx.patch b/comms/wsjtx/files/wsjtx.patch
index 19472884f7a7..73f987d12565 100644
--- a/comms/wsjtx/files/wsjtx.patch
+++ b/comms/wsjtx/files/wsjtx.patch
@@ -74,3 +74,15 @@
// Register some useful Qt types with QMetaType
Q_DECLARE_METATYPE (QHostAddress);
+
+--- wsjtx/lib/wsprd/jelinek.h.orig 2020-08-23 10:47:23.539369000 -0400
++++ wsjtx/lib/wsprd/jelinek.h 2020-08-23 10:40:31.539503000 -0400
+@@ -10,7 +10,7 @@
+ unsigned int jpointer;
+ };
+
+-struct snode *stack;
++static struct snode *stack;
+
+ int jelinek(unsigned int *metric,
+ unsigned int *cycles,