diff options
| author | Natanael Copa <ncopa@alpinelinux.org> | 2016-03-31 09:57:22 +0000 |
|---|---|---|
| committer | Natanael Copa <ncopa@alpinelinux.org> | 2016-03-31 12:48:15 +0000 |
| commit | 367991275b8f37b8bdd024eceddbb4c2bb981f76 (patch) | |
| tree | 23666c013fd8a9298bda2db769ebe3192f46aa87 /community/firefox-esr/stat.patch | |
| parent | 4c9e27a54c4f400e46645cb768b7743d2e29f9b1 (diff) | |
| download | aports-367991275b8f37b8bdd024eceddbb4c2bb981f76.tar.bz2 aports-367991275b8f37b8bdd024eceddbb4c2bb981f76.tar.xz | |
community/firefox-esr: upgrade to 45.0.1
Diffstat (limited to 'community/firefox-esr/stat.patch')
| -rw-r--r-- | community/firefox-esr/stat.patch | 25 |
1 files changed, 0 insertions, 25 deletions
diff --git a/community/firefox-esr/stat.patch b/community/firefox-esr/stat.patch deleted file mode 100644 index ed7dc007e2..0000000000 --- a/community/firefox-esr/stat.patch +++ /dev/null @@ -1,25 +0,0 @@ ---- ./dom/system/OSFileConstants.cpp.orig 2013-04-17 06:17:29.798371189 +0000 -+++ ./dom/system/OSFileConstants.cpp 2013-04-17 06:30:30.032285977 +0000 -@@ -509,6 +509,11 @@ - INT_CONSTANT(_STAT_VER), - #endif // defined(_STAT_VER) - -+ // glibc's stat/lstat/fstat are macros while uclibc's are not -+#if defined(__GLIBC__) && !defined(__UCLIBC__) -+ { "OSFILE_STAT_MACROS", INT_TO_JSVAL(1) }, -+#endif // defined(stat) -+ - PROP_END - }; - ---- ./toolkit/components/osfile/modules/osfile_unix_back.jsm.orig 2014-04-03 13:08:26.686409787 +0000 -+++ ./toolkit/components/osfile/modules/osfile_unix_back.jsm 2014-04-03 13:34:14.101716259 +0000 -@@ -512,7 +512,7 @@ - /*path*/ Type.fd, - /*buf*/ Type.stat.out_ptr - ); -- } else if (Const._STAT_VER != undefined) { -+ } else if (Const.OSFILE_STAT_MACROS != undefined) { - const ver = Const._STAT_VER; - let xstat_name, lxstat_name, fxstat_name; - if (OS.Constants.Sys.Name == "SunOS") { |
