Trying to fix missing size_t
This commit is contained in:
parent
4e44194745
commit
532c76054c
11
build-missing-size_t.patch
Normal file
11
build-missing-size_t.patch
Normal file
@ -0,0 +1,11 @@
|
|||||||
|
diff -up firefox-73.0.1/mfbt/FunctionTypeTraits.h.size_t firefox-73.0.1/mfbt/FunctionTypeTraits.h
|
||||||
|
--- firefox-73.0.1/mfbt/FunctionTypeTraits.h.size_t 2020-02-26 11:59:48.643893199 +0100
|
||||||
|
+++ firefox-73.0.1/mfbt/FunctionTypeTraits.h 2020-02-26 11:59:56.806921623 +0100
|
||||||
|
@@ -10,6 +10,7 @@
|
||||||
|
#define mozilla_FunctionTypeTraits_h
|
||||||
|
|
||||||
|
#include <tuple>
|
||||||
|
+#include <stddef.h>
|
||||||
|
|
||||||
|
namespace mozilla {
|
||||||
|
|
@ -158,6 +158,7 @@ Patch47: fedora-shebang-build.patch
|
|||||||
Patch48: build-arm-wasm.patch
|
Patch48: build-arm-wasm.patch
|
||||||
Patch49: build-arm-libaom.patch
|
Patch49: build-arm-libaom.patch
|
||||||
Patch50: Bug-1610814-Fix-NEON-compile-error-with-gcc-and-RGB-.patch
|
Patch50: Bug-1610814-Fix-NEON-compile-error-with-gcc-and-RGB-.patch
|
||||||
|
Patch51: build-missing-size_t.patch
|
||||||
|
|
||||||
# Fedora specific patches
|
# Fedora specific patches
|
||||||
Patch215: firefox-enable-addons.patch
|
Patch215: firefox-enable-addons.patch
|
||||||
@ -364,6 +365,7 @@ This package contains results of tests executed during build.
|
|||||||
%patch48 -p1 -b .build-arm-wasm
|
%patch48 -p1 -b .build-arm-wasm
|
||||||
%patch49 -p1 -b .build-arm-libaom
|
%patch49 -p1 -b .build-arm-libaom
|
||||||
%patch50 -p1 -b .build-arm-SwizzleNEON
|
%patch50 -p1 -b .build-arm-SwizzleNEON
|
||||||
|
%patch51 -p1 -b .build-missing-size_t
|
||||||
|
|
||||||
# Fedora patches
|
# Fedora patches
|
||||||
%patch215 -p1 -b .addons
|
%patch215 -p1 -b .addons
|
||||||
|
Loading…
Reference in New Issue
Block a user