summaryrefslogtreecommitdiff
path: root/icecat-78.7.1-fix_error_template_with_C_linkage.patch
diff options
context:
space:
mode:
authorMartin Stransky <stransky@redhat.com>2021-03-23 10:29:22 +0100
committerMartin Stransky <stransky@redhat.com>2021-03-23 10:29:22 +0100
commit91add2d4f7452bdf7e32923716e3004646cdb7dd (patch)
treee93e4d32675746905325c0f4771882a6ccdcc113 /icecat-78.7.1-fix_error_template_with_C_linkage.patch
parentEnabled arm (diff)
downloadlibrewolf-fedora-ff-91add2d4f7452bdf7e32923716e3004646cdb7dd.tar.gz
librewolf-fedora-ff-91add2d4f7452bdf7e32923716e3004646cdb7dd.tar.bz2
librewolf-fedora-ff-91add2d4f7452bdf7e32923716e3004646cdb7dd.zip
Updated to 87.0
Diffstat (limited to 'icecat-78.7.1-fix_error_template_with_C_linkage.patch')
-rw-r--r--icecat-78.7.1-fix_error_template_with_C_linkage.patch16
1 files changed, 0 insertions, 16 deletions
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
deleted file mode 100644
index 43ee5e2..0000000
--- a/icecat-78.7.1-fix_error_template_with_C_linkage.patch
+++ /dev/null
@@ -1,16 +0,0 @@
---- 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 <glib-object.h>
-+
- #ifdef __cplusplus
- extern "C" {
- #endif /* __cplusplus */
-
--#include <glib-object.h>
- #include <atk/atkstate.h>
- #include <atk/atkrelationtype.h>
-
bgstack15