diff options
author | Martin Stransky <stransky@redhat.com> | 2017-01-20 09:35:10 +0100 |
---|---|---|
committer | Martin Stransky <stransky@redhat.com> | 2017-01-20 09:35:10 +0100 |
commit | 99443d40897f16aec97c3573ffe1b0ea879156b7 (patch) | |
tree | 060f249d33ae47d14bfb9d547fac41b948a814ba /firefox.spec | |
parent | Update to 51.0 (B2) (diff) | |
download | librewolf-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.spec | 3 |
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 |