aboutsummaryrefslogtreecommitdiff
path: root/www/firefox/Makefile
diff options
context:
space:
mode:
authorPiotr Kubaj <pkubaj@FreeBSD.org>2020-11-25 23:23:56 +0000
committerPiotr Kubaj <pkubaj@FreeBSD.org>2020-11-25 23:23:56 +0000
commit73752401d15b11967c0d6990eb229fdae1f166aa (patch)
treeddd21be09bbce170c42202ac1f167997b536f9d1 /www/firefox/Makefile
parentc1c8ebd27cfe851de58bbb2ecfc2f14aff897dd0 (diff)
downloadports-73752401d15b11967c0d6990eb229fdae1f166aa.tar.gz
ports-73752401d15b11967c0d6990eb229fdae1f166aa.zip
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.
Notes
Notes: svn path=/head/; revision=556308
Diffstat (limited to 'www/firefox/Makefile')
-rw-r--r--www/firefox/Makefile1
1 files changed, 1 insertions, 0 deletions
diff --git a/www/firefox/Makefile b/www/firefox/Makefile
index 34a4f6304002..ddc0e9f57eeb 100644
--- a/www/firefox/Makefile
+++ b/www/firefox/Makefile
@@ -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