summaryrefslogtreecommitdiff
path: root/waterfox/mozilla-1494037.patch
diff options
context:
space:
mode:
authorB Stack <bgstack15@gmail.com>2018-11-05 14:49:19 -0500
committerB Stack <bgstack15@gmail.com>2018-11-05 14:49:19 -0500
commit5c88a7eee5bcb25c91f254e0d7c4361e72acb511 (patch)
tree0f7622fa127d667034410411d3065553ad291353 /waterfox/mozilla-1494037.patch
parentMerge branch 'freefilesync-bump' into 'master' (diff)
downloadstackrpms-5c88a7eee5bcb25c91f254e0d7c4361e72acb511.tar.gz
stackrpms-5c88a7eee5bcb25c91f254e0d7c4361e72acb511.tar.bz2
stackrpms-5c88a7eee5bcb25c91f254e0d7c4361e72acb511.zip
waterfox 56.2.5
Diffstat (limited to 'waterfox/mozilla-1494037.patch')
-rw-r--r--waterfox/mozilla-1494037.patch21
1 files changed, 21 insertions, 0 deletions
diff --git a/waterfox/mozilla-1494037.patch b/waterfox/mozilla-1494037.patch
new file mode 100644
index 0000000..0560f84
--- /dev/null
+++ b/waterfox/mozilla-1494037.patch
@@ -0,0 +1,21 @@
+# HG changeset patch
+# User A. Wilcox <AWilcox@Wilcox-Tech.com>
+# Date 1539547360 0
+# Sun Oct 14 20:02:40 2018 +0000
+# Node ID e2e56a6a68b281301932f4fbf30cea6f7499ec41
+# Parent ddb031ea38070f454bdc89429c501ec1ff9c54d4
+Bug 1494037 - Fix Cairo build bustage on PowerPC platforms.
+
+diff -r ddb031ea3807 -r e2e56a6a68b2 gfx/cairo/libpixman/src/pixman-vmx.c
+--- a/gfx/cairo/libpixman/src/pixman-vmx.c Sun Oct 14 20:00:46 2018 +0000
++++ b/gfx/cairo/libpixman/src/pixman-vmx.c Sun Oct 14 20:02:40 2018 +0000
+@@ -25,7 +25,9 @@
+ * Based on fbmmx.c by Owen Taylor, Søren Sandmann and Nicholas Miell
+ */
+
++#ifdef HAVE_CONFIG_H
+ #include <config.h>
++#endif
+ #include "pixman-private.h"
+ #include "pixman-combine32.h"
+ #include <altivec.h>
bgstack15