Closes: https://bugs.gentoo.org/710196
Package-Manager: Portage-2.3.87, Repoman-2.3.20
Signed-off-by: Thomas Beierlein <tomjbe@gentoo.org>
--- /dev/null
+diff --git a/src/qth-data.h b/src/qth-data.h
+index 264f66f..5c6b2de 100644
+--- a/src/qth-data.h
++++ b/src/qth-data.h
+@@ -30,7 +30,7 @@ typedef struct {
+ gint alt; /*!< Altitude above sea level in meters. */
+ } qth_small_t;
+
+-enum {
++typedef enum {
+ QTH_STATIC_TYPE = 0,
+ QTH_GPSD_TYPE
+ } qth_data_type;
-# Copyright 1999-2018 Gentoo Foundation
+# Copyright 1999-2020 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI=6
eapply_user
# remove wrong doc location
eapply -p0 "${FILESDIR}/${PN}-2.0-doc.patch"
+ eapply "${FILESDIR}/${P}-fno-common.patch"
}