diff --git a/media-radio/gpredict/files/gpredict-2.2.1-fno-common.patch b/media-radio/gpredict/files/gpredict-2.2.1-fno-common.patch new file mode 100644 index 0000000000000..cdbffbecb6874 --- /dev/null +++ b/media-radio/gpredict/files/gpredict-2.2.1-fno-common.patch @@ -0,0 +1,13 @@ +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; diff --git a/media-radio/gpredict/gpredict-2.2.1.ebuild b/media-radio/gpredict/gpredict-2.2.1.ebuild index b6f1c87b12006..8232248301fb2 100644 --- a/media-radio/gpredict/gpredict-2.2.1.ebuild +++ b/media-radio/gpredict/gpredict-2.2.1.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2018 Gentoo Foundation +# Copyright 1999-2020 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=6 @@ -28,4 +28,5 @@ src_prepare() { eapply_user # remove wrong doc location eapply -p0 "${FILESDIR}/${PN}-2.0-doc.patch" + eapply "${FILESDIR}/${P}-fno-common.patch" }