summaryrefslogtreecommitdiff
path: root/build-nspr.patch
diff options
context:
space:
mode:
authorMartin Stransky <stransky@redhat.com>2020-09-15 14:55:10 +0200
committerMartin Stransky <stransky@redhat.com>2020-09-15 14:55:10 +0200
commit74f97a94b1c0fd6e5946e67915aaa32261abf3c8 (patch)
treec121bc2481eb727ae029778bf5e89751ca7a6792 /build-nspr.patch
parentAdded fix for gcc build crash (diff)
downloadlibrewolf-fedora-ff-74f97a94b1c0fd6e5946e67915aaa32261abf3c8.tar.gz
librewolf-fedora-ff-74f97a94b1c0fd6e5946e67915aaa32261abf3c8.tar.bz2
librewolf-fedora-ff-74f97a94b1c0fd6e5946e67915aaa32261abf3c8.zip
Update to 81.0
Diffstat (limited to 'build-nspr.patch')
-rw-r--r--build-nspr.patch28
1 files changed, 0 insertions, 28 deletions
diff --git a/build-nspr.patch b/build-nspr.patch
deleted file mode 100644
index acb67af..0000000
--- a/build-nspr.patch
+++ /dev/null
@@ -1,28 +0,0 @@
-diff -up firefox-80.0/dom/system/IOUtils.cpp.nspr-build firefox-80.0/dom/system/IOUtils.cpp
---- firefox-80.0/dom/system/IOUtils.cpp.nspr-build 2020-08-19 17:38:00.895018639 +0200
-+++ firefox-80.0/dom/system/IOUtils.cpp 2020-08-19 17:38:09.965978725 +0200
-@@ -14,9 +14,9 @@
- #include "mozilla/Services.h"
- #include "mozilla/Span.h"
- #include "mozilla/TextUtils.h"
--#include "nspr/prio.h"
--#include "nspr/private/pprio.h"
--#include "nspr/prtypes.h"
-+#include "prio.h"
-+#include "private/pprio.h"
-+#include "prtypes.h"
- #include "nsDirectoryServiceDefs.h"
- #include "nsIFile.h"
- #include "nsIGlobalObject.h"
-diff -up firefox-80.0/dom/system/IOUtils.h.nspr-build firefox-80.0/dom/system/IOUtils.h
---- firefox-80.0/dom/system/IOUtils.h.nspr-build 2020-08-17 22:13:15.000000000 +0200
-+++ firefox-80.0/dom/system/IOUtils.h 2020-08-19 17:20:33.332711771 +0200
-@@ -14,7 +14,7 @@
- #include "mozilla/dom/TypedArray.h"
- #include "mozilla/ErrorResult.h"
- #include "mozilla/MozPromise.h"
--#include "nspr/prio.h"
-+#include "prio.h"
- #include "nsIAsyncShutdown.h"
- #include "nsISerialEventTarget.h"
- #include "nsLocalFile.h"
bgstack15