summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRichard Freeman <rich0@gentoo.org>2020-02-08 19:23:23 -0500
committerRichard Freeman <rich0@gentoo.org>2020-02-08 19:23:23 -0500
commit51c0d7f92d1fa709b653a91031dba6d773b1fa80 (patch)
tree43e2300304038f02a1fb0121e46fc5cbc57e0291 /media-radio/js8call/files
parentsys-fs/btrfs-progs: drop slyfox@ from maintainers (diff)
downloadgentoo-51c0d7f92d1fa709b653a91031dba6d773b1fa80.tar.gz
gentoo-51c0d7f92d1fa709b653a91031dba6d773b1fa80.tar.bz2
gentoo-51c0d7f92d1fa709b653a91031dba6d773b1fa80.zip
media-radio/js8call: bump
Package-Manager: Portage-2.3.84, Repoman-2.3.20 Signed-off-by: Richard Freeman <rich0@gentoo.org>
Diffstat (limited to 'media-radio/js8call/files')
-rw-r--r--media-radio/js8call/files/js8call-2.1.1-hamlib-type.patch14
1 files changed, 14 insertions, 0 deletions
diff --git a/media-radio/js8call/files/js8call-2.1.1-hamlib-type.patch b/media-radio/js8call/files/js8call-2.1.1-hamlib-type.patch
new file mode 100644
index 000000000000..6714949468ad
--- /dev/null
+++ b/media-radio/js8call/files/js8call-2.1.1-hamlib-type.patch
@@ -0,0 +1,14 @@
+--- a/HamlibTransceiver.hpp 2020-02-08 19:14:50.584626858 -0500
++++ b/HamlibTransceiver.hpp 2020-02-08 19:15:09.857524125 -0500
+@@ -14,11 +14,7 @@
+ {
+ typedef struct rig RIG;
+ struct rig_caps;
+-#ifdef JS8_USE_LEGACY_HAMLIB
+ typedef int vfo_t;
+-#else
+- typedef unsigned int vfo_t;
+-#endif
+ }
+
+ // hamlib transceiver and PTT mostly delegated directly to hamlib Rig class