diff options
author | Piotr Kubaj <pkubaj@FreeBSD.org> | 2020-11-25 23:23:56 +0000 |
---|---|---|
committer | Piotr Kubaj <pkubaj@FreeBSD.org> | 2020-11-25 23:23:56 +0000 |
commit | 73752401d15b11967c0d6990eb229fdae1f166aa (patch) | |
tree | ddd21be09bbce170c42202ac1f167997b536f9d1 /mail/thunderbird | |
parent | c1c8ebd27cfe851de58bbb2ecfc2f14aff897dd0 (diff) |
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/Makefile | 1 |
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 |