summaryrefslogtreecommitdiff
path: root/firefox.spec
diff options
context:
space:
mode:
authorMartin Stransky <stransky@redhat.com>2017-01-20 09:35:10 +0100
committerMartin Stransky <stransky@redhat.com>2017-01-20 09:35:10 +0100
commit99443d40897f16aec97c3573ffe1b0ea879156b7 (patch)
tree060f249d33ae47d14bfb9d547fac41b948a814ba /firefox.spec
parentUpdate to 51.0 (B2) (diff)
downloadlibrewolf-fedora-ff-99443d40897f16aec97c3573ffe1b0ea879156b7.tar.gz
librewolf-fedora-ff-99443d40897f16aec97c3573ffe1b0ea879156b7.tar.bz2
librewolf-fedora-ff-99443d40897f16aec97c3573ffe1b0ea879156b7.zip
Added ppc64 build fix
Diffstat (limited to 'firefox.spec')
-rw-r--r--firefox.spec3
1 files changed, 3 insertions, 0 deletions
diff --git a/firefox.spec b/firefox.spec
index 5d707e1..bf319d9 100644
--- a/firefox.spec
+++ b/firefox.spec
@@ -138,6 +138,7 @@ Patch406: mozilla-256180.patch
# Rebase Gtk3 widget code to latest trunk to
# fix various rendering problems
Patch407: widget-rebase.patch
+Patch408: mozilla-1319374.patch
# Debian patches
Patch500: mozilla-440908.patch
@@ -281,6 +282,8 @@ cd %{tarballdir}
# Rebase Gtk3 widget code to latest trunk to
# fix various rendering problems
%patch407 -p1 -b .widget-rebase
+# ppc64 build fix
+%patch408 -p1 -b .1319374
# Debian extension patch
%patch500 -p1 -b .440908
bgstack15