wok-current view gpm/stuff/gpm.gcc10.patch @ rev 25788
Mass update to fix build with gcc10 and up others packages
author | Stanislas Leduc <shann@slitaz.org> |
---|---|
date | Tue Sep 30 07:43:04 2025 +0000 (3 weeks ago) |
parents | |
children |
line source
1 Description: FTBFS with gcc-10 due to -fno-commons
2 Author: Sergei Trofimovich <slyfox@gentoo.org>
3 Reviewed-By: Helmut Grohne <helmut@subdivi.de>
4 Origin: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=8f7e2ac82fc5a1847c132057fb7de1a996d66c76
5 Forwarded: https://github.com/telmich/gpm/pull/37
6 Bug: https://github.com/telmich/gpm/pull/37
7 Bug-Gentoo: https://bugs.gentoo.org/705878
8 Bug-Debian: https://bugs.debian.org/953266
10 --- a/src/headers/daemon.h
11 +++ b/src/headers/daemon.h
12 @@ -176,7 +176,7 @@
13 extern Gpm_Type mice[];
14 extern Gpm_Type *repeated_type;
16 -time_t last_selection_time;
17 +extern time_t last_selection_time;