summaryrefslogtreecommitdiff
path: root/media-radio/js8call/files/js8call-2.1.0-hamlib-type.patch
diff options
context:
space:
mode:
Diffstat (limited to 'media-radio/js8call/files/js8call-2.1.0-hamlib-type.patch')
-rw-r--r--media-radio/js8call/files/js8call-2.1.0-hamlib-type.patch27
1 files changed, 0 insertions, 27 deletions
diff --git a/media-radio/js8call/files/js8call-2.1.0-hamlib-type.patch b/media-radio/js8call/files/js8call-2.1.0-hamlib-type.patch
deleted file mode 100644
index 5fc71b7f2940..000000000000
--- a/media-radio/js8call/files/js8call-2.1.0-hamlib-type.patch
+++ /dev/null
@@ -1,27 +0,0 @@
-From af2ed2b67665a4bb891ffa01d45043bb197f06bf Mon Sep 17 00:00:00 2001
-From: Richard Freeman <rich0@gentoo.org>
-Date: Sun, 22 Dec 2019 21:26:27 -0500
-Subject: [PATCH] Revert "Updated hamlib interface to use new unsigned int for
- vfo_t"
-
-This reverts commit 7728483481975bfe1527eab657cf636c4c3b9181.
----
- HamlibTransceiver.hpp | 2 +-
- 1 file changed, 1 insertion(+), 1 deletion(-)
-
-diff --git a/HamlibTransceiver.hpp b/HamlibTransceiver.hpp
-index 509fe4e..c8c0f74 100644
---- a/HamlibTransceiver.hpp
-+++ b/HamlibTransceiver.hpp
-@@ -14,7 +14,7 @@ extern "C"
- {
- typedef struct rig RIG;
- struct rig_caps;
-- typedef unsigned int vfo_t;
-+ typedef int vfo_t;
- }
-
- // hamlib transceiver and PTT mostly delegated directly to hamlib Rig class
---
-2.24.1
-