From 0e3347ccfdaaa531af9c4b8fef0451671487b057 Mon Sep 17 00:00:00 2001 From: Martin Stransky Date: Mon, 1 Mar 2021 13:46:44 +0100 Subject: [PATCH] Added icecat-78.7.1-fix_error_template_with_C_linkage.patch to build on F34+ --- ...8.7.1-fix_error_template_with_C_linkage.patch | 16 ++++++++++++++++ 1 file changed, 16 insertions(+) create mode 100644 icecat-78.7.1-fix_error_template_with_C_linkage.patch diff --git a/icecat-78.7.1-fix_error_template_with_C_linkage.patch b/icecat-78.7.1-fix_error_template_with_C_linkage.patch new file mode 100644 index 0000000..43ee5e2 --- /dev/null +++ b/icecat-78.7.1-fix_error_template_with_C_linkage.patch @@ -0,0 +1,16 @@ +--- a/other-licenses/atk-1.0/atk/atkobject.orig.h 2021-02-05 19:53:35.000000000 +0100 ++++ b/other-licenses/atk-1.0/atk/atkobject.h 2021-02-06 19:29:57.596256493 +0100 +@@ -20,11 +20,12 @@ + #ifndef __ATK_OBJECT_H__ + #define __ATK_OBJECT_H__ + ++#include ++ + #ifdef __cplusplus + extern "C" { + #endif /* __cplusplus */ + +-#include + #include + #include +