aboutsummaryrefslogtreecommitdiffstats
path: root/testing/seamonkey/fix-aouth.patch
diff options
context:
space:
mode:
authorMarc Vertes <mvertes@free.fr>2017-02-12 20:45:33 +0000
committerLeonardo Arena <rnalrd@alpinelinux.org>2017-02-13 07:49:27 +0000
commitd629db1038ee095d9f7ce5893d4b9b5f6468c106 (patch)
tree52967e285fdf61f2640ccacffdc8448f8d7234bd /testing/seamonkey/fix-aouth.patch
parent5c06a4980ea3a26d415490e798122c7a2d6ab7c3 (diff)
downloadaports-d629db1038ee095d9f7ce5893d4b9b5f6468c106.tar.bz2
aports-d629db1038ee095d9f7ce5893d4b9b5f6468c106.tar.xz
testing/seamonkey: upgrade to version 2.46
Diffstat (limited to 'testing/seamonkey/fix-aouth.patch')
-rw-r--r--testing/seamonkey/fix-aouth.patch16
1 files changed, 8 insertions, 8 deletions
diff --git a/testing/seamonkey/fix-aouth.patch b/testing/seamonkey/fix-aouth.patch
index c7d94e391d..a79c18bccf 100644
--- a/testing/seamonkey/fix-aouth.patch
+++ b/testing/seamonkey/fix-aouth.patch
@@ -1,11 +1,11 @@
---- seamonkey-2.39/mozilla/toolkit/crashreporter/google-breakpad/src/common/stabs_reader.h.orig
-+++ seamonkey-2.39/mozilla/toolkit/crashreporter/google-breakpad/src/common/stabs_reader.h
-@@ -54,7 +54,7 @@
- #endif
-
- #ifdef HAVE_A_OUT_H
+--- seamonkey-2.46/mozilla/toolkit/crashreporter/google-breakpad/src/common/stabs_reader.h.orig
++++ seamonkey-2.46/mozilla/toolkit/crashreporter/google-breakpad/src/common/stabs_reader.h
+@@ -56,7 +56,7 @@
+ #ifdef HAVE_MACH_O_NLIST_H
+ #include <mach-o/nlist.h>
+ #elif defined(HAVE_A_OUT_H)
-#include <a.out.h>
+#include <linux/a.out.h>
#endif
- #ifdef HAVE_MACH_O_NLIST_H
- #include <mach-o/nlist.h>
+
+ #include <string>