aboutsummaryrefslogtreecommitdiff
path: root/www
diff options
context:
space:
mode:
authorPiotr Kubaj <pkubaj@FreeBSD.org>2020-12-11 17:40:05 +0000
committerPiotr Kubaj <pkubaj@FreeBSD.org>2020-12-11 17:40:05 +0000
commitb0d66b05234d1e06566d862233f752ed33d4813b (patch)
tree34077a5282fa97b59210ae7543b7d2fc72ddc02e /www
parentdb7fc24e0e8f2af062f8a2041d0522e3fb0d8833 (diff)
downloadports-b0d66b05234d1e06566d862233f752ed33d4813b.tar.gz
ports-b0d66b05234d1e06566d862233f752ed33d4813b.zip
Notes
Diffstat (limited to 'www')
-rw-r--r--www/firefox/Makefile1
-rw-r--r--www/firefox/files/patch-bug1504834_comment102
2 files changed, 2 insertions, 1 deletions
diff --git a/www/firefox/Makefile b/www/firefox/Makefile
index f62782ecf21d..65a65c7c3108 100644
--- a/www/firefox/Makefile
+++ b/www/firefox/Makefile
@@ -3,6 +3,7 @@
PORTNAME= firefox
DISTVERSION= 84.0
+PORTREVISION= 1
PORTEPOCH= 2
CATEGORIES= www
MASTER_SITES= MOZILLA/${PORTNAME}/releases/${DISTVERSION}/source \
diff --git a/www/firefox/files/patch-bug1504834_comment10 b/www/firefox/files/patch-bug1504834_comment10
index 4f423518b970..e8e28bace434 100644
--- a/www/firefox/files/patch-bug1504834_comment10
+++ b/www/firefox/files/patch-bug1504834_comment10
@@ -21,7 +21,7 @@ diff -r 46ea866ca3ac -r 6ef20eee3f8f gfx/2d/DrawTargetSkia.cpp
SkCanvas::kPreserveLCDText_SaveLayerFlag |
(aCopyBackground ? SkCanvas::kInitWithPrevious_SaveLayerFlag : 0));
-+#if MOZ_BIG_ENDIAN
++#if MOZ_BIG_ENDIAN()
+ // Pushing a layer where an aMask is defined produces wrong output.
+ // We _should_ endian swap the data, but I couldn't find a workable way to do so
+ // Therefore I deactivate those layers in the meantime.