diff options
author | 2021-07-03 01:52:02 -0400 | |
---|---|---|
committer | 2021-07-03 11:04:26 -0400 | |
commit | 5a0e8e9eecebc94556a79902f9951874d3b01724 (patch) | |
tree | f895bf4c5bb9558a318d8ea577175a50ea684f89 /games-board/hexxagon/files | |
parent | l10n.eclass: Mark as deprecated (diff) | |
download | gentoo-5a0e8e9eecebc94556a79902f9951874d3b01724.tar.gz gentoo-5a0e8e9eecebc94556a79902f9951874d3b01724.tar.bz2 gentoo-5a0e8e9eecebc94556a79902f9951874d3b01724.zip |
games-board/hexxagon: fix with glibc 2.31, EAPI 6->8, no direct AR
Closes: https://bugs.gentoo.org/710712
Signed-off-by: Ionen Wolkens <ionen@gentoo.org>
Diffstat (limited to 'games-board/hexxagon/files')
-rw-r--r-- | games-board/hexxagon/files/hexxagon-1.0.2-glibc-2.31.patch | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/games-board/hexxagon/files/hexxagon-1.0.2-glibc-2.31.patch b/games-board/hexxagon/files/hexxagon-1.0.2-glibc-2.31.patch new file mode 100644 index 000000000000..037228067c90 --- /dev/null +++ b/games-board/hexxagon/files/hexxagon-1.0.2-glibc-2.31.patch @@ -0,0 +1,11 @@ +glibc-2.31 removed timezone support and it conflicts with the re-declaration. +https://bugs.gentoo.org/710712 +--- a/src/gui/microtime.h ++++ b/src/gui/microtime.h +@@ -24,6 +24,4 @@ + #include <time.h> + +-int gettimeofday(struct timeval *tv, struct timezone *tz); +-int settimeofday(const struct timeval *tv , const struct timezone *tz); + + class MicroTime |