From 3a59fc591d931e381a4a80df9586f8f46a757d5d Mon Sep 17 00:00:00 2001 From: Christophe Lermytte Date: Sun, 26 Jan 2020 22:39:24 +0100 Subject: sci-calculators/tiemu: fix missing include * Patch by Debian Bug: https://bugs.gentoo.org/664698 Closes: https://github.com/gentoo/gentoo/pull/14355 Package-Manager: Portage-2.3.84, Repoman-2.3.20 Signed-off-by: David Seifert --- ...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-65-gdbad