From 29aabba0ea759c6a2864ff5631735b67ee38e5e0 Mon Sep 17 00:00:00 2001 From: V3n3RiX Date: Wed, 5 Feb 2020 18:44:56 +0000 Subject: gentoo resync : 05.02.2020 --- sys-libs/gpm/files/gpm-1.20.7-gcc-10.patch | 14 ++++++++++++++ 1 file changed, 14 insertions(+) create mode 100644 sys-libs/gpm/files/gpm-1.20.7-gcc-10.patch (limited to 'sys-libs/gpm/files/gpm-1.20.7-gcc-10.patch') diff --git a/sys-libs/gpm/files/gpm-1.20.7-gcc-10.patch b/sys-libs/gpm/files/gpm-1.20.7-gcc-10.patch new file mode 100644 index 000000000000..a55c44fae556 --- /dev/null +++ b/sys-libs/gpm/files/gpm-1.20.7-gcc-10.patch @@ -0,0 +1,14 @@ +https://bugs.gentoo.org/705878 +https://github.com/telmich/gpm/pull/37 + +--- a/src/headers/daemon.h ++++ b/src/headers/daemon.h +@@ -180,7 +180,7 @@ extern struct mouse_features mouse_table[3], + extern Gpm_Type mice[]; + extern Gpm_Type *repeated_type; + +-time_t last_selection_time; ++extern time_t last_selection_time; + + + -- cgit v1.2.3