From 99443d40897f16aec97c3573ffe1b0ea879156b7 Mon Sep 17 00:00:00 2001 From: Martin Stransky Date: Fri, 20 Jan 2017 09:35:10 +0100 Subject: Added ppc64 build fix --- firefox.spec | 3 +++ 1 file changed, 3 insertions(+) (limited to 'firefox.spec') 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 -- cgit