Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 25 Nov 2020 23:23:56 +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: r556308 - in head: mail/thunderbird www/firefox www/firefox-esr
Message-ID:  <202011252323.0APNNuwb036555@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: pkubaj
Date: Wed Nov 25 23:23:56 2020
New Revision: 556308
URL: https://svnweb.freebsd.org/changeset/ports/556308

Log:
  Add CFLAGS_powerpc64le=-DSQLITE_BYTEORDER=1234 to Gecko ports. This is because sqlite is bundled there and not defining SQLITE_BYTEORDER makes sqlite think all PPC are big-endian, which breaks history and bookmarks.

Modified:
  head/mail/thunderbird/Makefile
  head/www/firefox-esr/Makefile
  head/www/firefox/Makefile

Modified: head/mail/thunderbird/Makefile
==============================================================================
--- head/mail/thunderbird/Makefile	Wed Nov 25 21:13:55 2020	(r556307)
+++ head/mail/thunderbird/Makefile	Wed Nov 25 23:23:56 2020	(r556308)
@@ -32,6 +32,7 @@ LIB_DEPENDS=	libjson-c.so:devel/json-c \
 SSP_UNSAFE=	yes
 USE_GECKO=	gecko
 USE_MOZILLA=	-sqlite
+CFLAGS_powerpc64le=	-DSQLITE_BYTEORDER=1234
 
 USES=		tar:xz
 

Modified: head/www/firefox-esr/Makefile
==============================================================================
--- head/www/firefox-esr/Makefile	Wed Nov 25 21:13:55 2020	(r556307)
+++ head/www/firefox-esr/Makefile	Wed Nov 25 23:23:56 2020	(r556308)
@@ -33,6 +33,7 @@ USE_GECKO=	gecko
 CPE_PRODUCT=	${PORTNAME}_esr
 CONFLICTS_INSTALL=	firefox
 USE_MOZILLA=	-sqlite
+CFLAGS_powerpc64le=	-DSQLITE_BYTEORDER=1234
 
 USES=		tar:xz
 

Modified: head/www/firefox/Makefile
==============================================================================
--- head/www/firefox/Makefile	Wed Nov 25 21:13:55 2020	(r556307)
+++ head/www/firefox/Makefile	Wed Nov 25 23:23:56 2020	(r556308)
@@ -31,6 +31,7 @@ BUILD_DEPENDS=	nspr>=4.26:devel/nspr \
 USE_GECKO=	gecko
 CONFLICTS_INSTALL=	firefox-esr
 USE_MOZILLA=	-sqlite
+CFLAGS_powerpc64le=	-DSQLITE_BYTEORDER=1234
 
 USES=		tar:xz
 



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