summaryrefslogtreecommitdiff
path: root/firefox.spec
diff options
context:
space:
mode:
authorMartin Stransky <stransky@redhat.com>2017-09-29 17:35:19 +0200
committerMartin Stransky <stransky@redhat.com>2017-09-29 17:35:19 +0200
commit1fe3387a4622ee4fbc9b9bcdef40614105112cd7 (patch)
treeabab51ccbd6ee5f1d0547ee25d64139ebfd77531 /firefox.spec
parentMerge branch 'master' into f26 (diff)
parentSecond arch build fix (diff)
downloadlibrewolf-fedora-ff-1fe3387a4622ee4fbc9b9bcdef40614105112cd7.tar.gz
librewolf-fedora-ff-1fe3387a4622ee4fbc9b9bcdef40614105112cd7.tar.bz2
librewolf-fedora-ff-1fe3387a4622ee4fbc9b9bcdef40614105112cd7.zip
Merge branch 'master' into f26
Diffstat (limited to 'firefox.spec')
-rw-r--r--firefox.spec4
1 files changed, 1 insertions, 3 deletions
diff --git a/firefox.spec b/firefox.spec
index d506c60..e38f2a7 100644
--- a/firefox.spec
+++ b/firefox.spec
@@ -131,7 +131,6 @@ Patch29: build-big-endian.patch
Patch30: fedora-build.patch
Patch31: build-ppc64-s390x-curl.patch
Patch32: build-rust-ppc64le.patch
-Patch33: build-ppc-s390-dom.patch
Patch34: build-cubeb-pulse-arm.patch
Patch35: build-ppc-jit.patch
Patch36: build-missing-xlocale-h.patch
@@ -311,11 +310,10 @@ This package contains results of tests executed during build.
%ifarch s390
%patch25 -p1 -b .rhbz-1219542-s390
%endif
-# don't need that? %patch29 -p1 -b .big-endian
+%patch29 -p1 -b .big-endian
%patch30 -p1 -b .fedora-build
%patch31 -p1 -b .ppc64-s390x-curl
%patch32 -p1 -b .rust-ppc64le
-# don't need that %patch33 -p1 -b .ppc-s390-dom
# don't need that %patch34 -p1 -b .cubeb-pulse-arm
%ifarch ppc ppc64 ppc64le
%patch35 -p1 -b .ppc-jit
bgstack15