From 9e51e501d3b01d0aa2e620309920a035831ae9c4 Mon Sep 17 00:00:00 2001 From: Richard Freeman Date: Sat, 27 Jun 2020 19:51:15 -0400 Subject: media-radio/js8call: bump Package-Manager: Portage-2.3.99, Repoman-2.3.23 Signed-off-by: Richard Freeman --- .../js8call/files/js8call-2.2.0-hamlib-type.patch | 20 ++++++++++++++++++++ 1 file changed, 20 insertions(+) create mode 100644 media-radio/js8call/files/js8call-2.2.0-hamlib-type.patch (limited to 'media-radio/js8call/files/js8call-2.2.0-hamlib-type.patch') diff --git a/media-radio/js8call/files/js8call-2.2.0-hamlib-type.patch b/media-radio/js8call/files/js8call-2.2.0-hamlib-type.patch new file mode 100644 index 000000000000..54c5a8e0647f --- /dev/null +++ b/media-radio/js8call/files/js8call-2.2.0-hamlib-type.patch @@ -0,0 +1,20 @@ +--- a/HamlibTransceiver.hpp 2020-06-27 19:35:04.514472802 -0400 ++++ b/HamlibTransceiver.hpp 2020-06-27 19:35:34.361368141 -0400 +@@ -12,17 +12,9 @@ + + extern "C" + { +-#ifdef JS8_USE_HAMLIB_THREE + typedef struct rig RIG; +-#else +- typedef struct s_rig RIG; +-#endif + struct rig_caps; +-#ifdef JS8_USE_HAMLIB_THREE + typedef int vfo_t; +-#else +- typedef unsigned int vfo_t; +-#endif + } + + // hamlib transceiver and PTT mostly delegated directly to hamlib Rig class -- cgit v1.2.3-18-g5258