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 --- ...emu-3.03-fix-ftbfs-with-customized-abort-function.patch | 14 ++++++++++++++ 1 file changed, 14 insertions(+) create mode 100644 sci-calculators/tiemu/files/tiemu-3.03-fix-ftbfs-with-customized-abort-function.patch (limited to 'sci-calculators/tiemu/files') diff --git a/sci-calculators/tiemu/files/tiemu-3.03-fix-ftbfs-with-customized-abort-function.patch b/sci-calculators/tiemu/files/tiemu-3.03-fix-ftbfs-with-customized-abort-function.patch new file mode 100644 index 000000000000..effcbc12aea7 --- /dev/null +++ b/sci-calculators/tiemu/files/tiemu-3.03-fix-ftbfs-with-customized-abort-function.patch @@ -0,0 +1,14 @@ +Description: Fix FTBFS error: '"abort" passed 1 arguments, but takes just 0' +Author: Andreas B. Mundt with help from #debian-science (jokva). +Last-Update: 2018-05-19 + +--- a/src/core/uae/sysdeps.h ++++ b/src/core/uae/sysdeps.h +@@ -33,6 +33,7 @@ + #define _GNU_SOURCE + #endif + #include ++#include + + // Make sure that the character types take exactly 1 byte. + #if UCHAR_MAX != 0xFF -- cgit v1.2.3