Skip site navigation (1)Skip section navigation (2)
Date:      Fri, 11 Dec 2020 17:40:06 +0000 (UTC)
From:      Piotr Kubaj <pkubaj@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r557754 - in head/www/firefox: . files
Message-ID:  <202012111740.0BBHe6jr025949@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: pkubaj
Date: Fri Dec 11 17:40:05 2020
New Revision: 557754
URL: https://svnweb.freebsd.org/changeset/ports/557754

Log:
  www/firefox: correct patch for powerpc64
  
  The macro is named MOZ_BIG_ENDIAN(), not MOZ_BIG_ENDIAN.

Modified:
  head/www/firefox/Makefile
  head/www/firefox/files/patch-bug1504834_comment10

Modified: head/www/firefox/Makefile
==============================================================================
--- head/www/firefox/Makefile	Fri Dec 11 17:29:54 2020	(r557753)
+++ head/www/firefox/Makefile	Fri Dec 11 17:40:05 2020	(r557754)
@@ -3,6 +3,7 @@
 
 PORTNAME=	firefox
 DISTVERSION=	84.0
+PORTREVISION=	1
 PORTEPOCH=	2
 CATEGORIES=	www
 MASTER_SITES=	MOZILLA/${PORTNAME}/releases/${DISTVERSION}/source \

Modified: head/www/firefox/files/patch-bug1504834_comment10
==============================================================================
--- head/www/firefox/files/patch-bug1504834_comment10	Fri Dec 11 17:29:54 2020	(r557753)
+++ head/www/firefox/files/patch-bug1504834_comment10	Fri Dec 11 17:40:05 2020	(r557754)
@@ -21,7 +21,7 @@ diff -r 46ea866ca3ac -r 6ef20eee3f8f gfx/2d/DrawTarget
        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.



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202012111740.0BBHe6jr025949>