summaryrefslogtreecommitdiff
path: root/firefox.spec
diff options
context:
space:
mode:
authorMartin Stransky <stransky@redhat.com>2014-10-14 12:41:33 +0200
committerMartin Stransky <stransky@redhat.com>2014-10-14 12:41:33 +0200
commit0979a72b3acb7f86f8d39fe2f7dfd3d83fb5e560 (patch)
tree574d77279e71d6ab96445aab04b26747a2ae2bff /firefox.spec
parentUpdate to 33.0 (diff)
downloadlibrewolf-fedora-ff-0979a72b3acb7f86f8d39fe2f7dfd3d83fb5e560.tar.gz
librewolf-fedora-ff-0979a72b3acb7f86f8d39fe2f7dfd3d83fb5e560.tar.bz2
librewolf-fedora-ff-0979a72b3acb7f86f8d39fe2f7dfd3d83fb5e560.zip
build fix - missng header for PRBool
Diffstat (limited to 'firefox.spec')
-rw-r--r--firefox.spec4
1 files changed, 4 insertions, 0 deletions
diff --git a/firefox.spec b/firefox.spec
index ca4c800..98c9654 100644
--- a/firefox.spec
+++ b/firefox.spec
@@ -117,6 +117,7 @@ Patch3: mozilla-build-arm.patch
Patch18: xulrunner-24.0-jemalloc-ppc.patch
# workaround linking issue on s390 (JSContext::updateMallocCounter(size_t) not found)
Patch19: xulrunner-24.0-s390-inlines.patch
+Patch20: firefox-build-prbool.patch
# Fedora specific patches
# Unable to install addons from https pages
@@ -127,6 +128,7 @@ Patch217: firefox-baseline-disable.patch
# Upstream patches
Patch300: mozilla-858919.patch
+Patch301: mozilla-1042889.patch
%if %{official_branding}
# Required by Mozilla Corporation
@@ -249,6 +251,7 @@ cd %{tarballdir}
%endif
%patch18 -p2 -b .jemalloc-ppc
%patch19 -p2 -b .s390-inlines
+%patch20 -p1 -b .prbool
# For branding specific patches.
@@ -263,6 +266,7 @@ cd %{tarballdir}
# Upstream patches
%patch300 -p1 -b .858919
+%patch301 -p1 -b .1042889
%if %{official_branding}
# Required by Mozilla Corporation
bgstack15