summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorThomas Beierlein <tomjbe@gentoo.org>2021-05-25 17:51:07 +0200
committerThomas Beierlein <tomjbe@gentoo.org>2021-05-25 17:51:07 +0200
commit2672da5348e5e406826aad00d1c06e4ca7680c9a (patch)
treeffd0b8699d5bb24e0562b257789008c7c9cb82b9 /media-radio/js8call/files/js8call-2.2.0-hamlib-type.patch
parentdev-python/mkdocs: unpin lunr version dep (diff)
downloadgentoo-2672da5348e5e406826aad00d1c06e4ca7680c9a.tar.gz
gentoo-2672da5348e5e406826aad00d1c06e4ca7680c9a.tar.bz2
gentoo-2672da5348e5e406826aad00d1c06e4ca7680c9a.zip
media-radio/js8call: Drop old
Package-Manager: Portage-3.0.18, Repoman-3.0.3 Signed-off-by: Thomas Beierlein <tomjbe@gentoo.org>
Diffstat (limited to 'media-radio/js8call/files/js8call-2.2.0-hamlib-type.patch')
-rw-r--r--media-radio/js8call/files/js8call-2.2.0-hamlib-type.patch20
1 files changed, 0 insertions, 20 deletions
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
deleted file mode 100644
index 54c5a8e0647f..000000000000
--- a/media-radio/js8call/files/js8call-2.2.0-hamlib-type.patch
+++ /dev/null
@@ -1,20 +0,0 @@
---- 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