mirror of
https://github.com/gentoo-mirror/gentoo.git
synced 2026-09-24 04:59:14 -07:00
media-radio/gpredict: Fix build with -fno-common
Closes: https://bugs.gentoo.org/710196 Package-Manager: Portage-2.3.87, Repoman-2.3.20 Signed-off-by: Thomas Beierlein <tomjbe@gentoo.org>
This commit is contained in:
13
media-radio/gpredict/files/gpredict-2.2.1-fno-common.patch
Normal file
13
media-radio/gpredict/files/gpredict-2.2.1-fno-common.patch
Normal file
@@ -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;
|
||||
@@ -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"
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user