From b17a3ef12038de50228bade1f05502c74e135321 Mon Sep 17 00:00:00 2001 From: V3n3RiX Date: Wed, 2 Sep 2020 14:09:07 +0100 Subject: gentoo resync : 02.09.2020 --- games-board/xgammon/files/gcc33.patch | 59 ------------- .../xgammon/files/xgammon-0.98-broken.patch | 63 +++++++++++++- .../xgammon/files/xgammon-0.98-fno-common.patch | 97 ++++++++++++++++++++++ .../xgammon/files/xgammon-0.98-glibc-2.32.patch | 19 +++++ 4 files changed, 177 insertions(+), 61 deletions(-) delete mode 100644 games-board/xgammon/files/gcc33.patch create mode 100644 games-board/xgammon/files/xgammon-0.98-fno-common.patch create mode 100644 games-board/xgammon/files/xgammon-0.98-glibc-2.32.patch (limited to 'games-board/xgammon/files') diff --git a/games-board/xgammon/files/gcc33.patch b/games-board/xgammon/files/gcc33.patch deleted file mode 100644 index 093eaa1f453b..000000000000 --- a/games-board/xgammon/files/gcc33.patch +++ /dev/null @@ -1,59 +0,0 @@ ---- a/xgammon.c -+++ b/xgammon.c -@@ -944,31 +944,31 @@ - for (option=1; option + #include ++#include + #include + #include + +@@ -142,7 +143,7 @@ + fclose(save_file); + + #ifndef AIX +- fprintf (stderr, "xgammon: %s. Sorry and bye!\n", sys_siglist[n]); ++ fprintf (stderr, "xgammon: %s. Sorry and bye!\n", strsignal(n)); + #else + fprintf (stderr, "xgammon: Caught signal %d. Sorry and bye!\n", n); + #endif -- cgit v1.2.3