aboutsummaryrefslogtreecommitdiff
path: root/mail/thunderbird
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 /mail/thunderbird
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 'mail/thunderbird')
-rw-r--r--mail/thunderbird/Makefile1
1 files changed, 1 insertions, 0 deletions
diff --git a/mail/thunderbird/Makefile b/mail/thunderbird/Makefile
index a7ec526439d5..9aa00c8ff099 100644
--- a/mail/thunderbird/Makefile
+++ b/mail/thunderbird/Makefile
@@ -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