* move libffi to base/ Category
[t2sde.git] / package / www / firefox / hotfix.patch.musl
blobbbd2bce964a0b74ca0bb0e37be3c09fb0d45878a
1 # --- T2-COPYRIGHT-NOTE-BEGIN ---
2 # T2 SDE: package/*/firefox/hotfix.patch.musl
3 # Copyright (C) 2024 The T2 SDE Project
4
5 # This Copyright note is generated by scripts/Create-CopyPatch,
6 # more information can be found in the files COPYING and README.
7
8 # This patch file is dual-licensed. It is available under the license the
9 # patched project is licensed under, as long as it is an OpenSource license
10 # as defined at http://www.opensource.org/ (e.g. BSD, X11) or under the terms
11 # of the GNU General Public License version 2 as used by the T2 SDE.
12 # --- T2-COPYRIGHT-NOTE-END ---
14 --- thunderbird-128.0.1/toolkit/mozapps/update/updater/updater.cpp.vanilla      2024-08-01 22:15:05.881448120 +0200
15 +++ thunderbird-128.0.1/toolkit/mozapps/update/updater/updater.cpp      2024-08-01 22:15:34.312448209 +0200
16 @@ -107,9 +107,9 @@
17  #  define USE_EXECV
18  #endif
20 -#if defined(XP_OPENBSD)
21 +//#if defined(XP_OPENBSD)
22  #  define stat64 stat
23 -#endif
24 +//#endif
26  #if defined(MOZ_VERIFY_MAR_SIGNATURE) && defined(MAR_NSS)
27  #  include "nss.h"