aboutsummaryrefslogtreecommitdiffstats
path: root/testing/firefox/fix-toolkit.patch
diff options
context:
space:
mode:
authorTim Brust <tim.brust@sinnerschrader.com>2019-05-06 18:26:51 +0200
committerNatanael Copa <ncopa@alpinelinux.org>2019-05-08 06:32:30 +0000
commitf6ce237da2d99697cea038572c3917479ce2fe0f (patch)
tree6595a25c4a575d179ab022d616fbf4cc6051fe19 /testing/firefox/fix-toolkit.patch
parente3ef4ec78c7317003b6bad561f81a8b154861181 (diff)
downloadaports-f6ce237da2d99697cea038572c3917479ce2fe0f.tar.bz2
aports-f6ce237da2d99697cea038572c3917479ce2fe0f.tar.xz
testing/firefox: upgrade to 66.0.4
Diffstat (limited to 'testing/firefox/fix-toolkit.patch')
-rw-r--r--testing/firefox/fix-toolkit.patch16
1 files changed, 8 insertions, 8 deletions
diff --git a/testing/firefox/fix-toolkit.patch b/testing/firefox/fix-toolkit.patch
index 35a606711e..706f33e867 100644
--- a/testing/firefox/fix-toolkit.patch
+++ b/testing/firefox/fix-toolkit.patch
@@ -56,18 +56,18 @@ index 93fdad7..f34e5e0 100644
#elif defined(__mips__)
#if _MIPS_SIM == _MIPS_SIM_ABI32
diff --git a/toolkit/mozapps/update/common/updatedefines.h b/toolkit/mozapps/update/common/updatedefines.h
-index 026e7ed..0801f14 100644
+index 79276f7..4c67976 100644
--- a/toolkit/mozapps/update/common/updatedefines.h
+++ b/toolkit/mozapps/update/common/updatedefines.h
@@ -102,7 +102,7 @@ static inline int mywcsprintf(WCHAR* dest, size_t count, const WCHAR* fmt,
- #ifdef SOLARIS
- #include <sys/stat.h>
--#else
-+#elif !defined(__linux__) || defined(__GLIBC__)
- #include <fts.h>
- #endif
- #include <dirent.h>
+ # ifdef SOLARIS
+ # include <sys/stat.h>
+-# else
++# elif !defined(__linux__) || defined(__GLIBC__)
+ # include <fts.h>
+ # endif
+ # include <dirent.h>
diff --git a/toolkit/mozapps/update/updater/updater.cpp b/toolkit/mozapps/update/updater/updater.cpp
index 257ccb4..01314e4 100644
--- a/toolkit/mozapps/update/updater/updater.cpp