diff options
| author | Brandon Bergren <bdragon@FreeBSD.org> | 2020-09-23 02:17:44 +0000 |
|---|---|---|
| committer | Brandon Bergren <bdragon@FreeBSD.org> | 2020-09-23 02:17:44 +0000 |
| commit | bceb5a2c8d8118a88da93a2240e856999de53a93 (patch) | |
| tree | 97ac69a20525e8249fa1ca73a564d3a8d936bb95 /lib/libsqlite3 | |
| parent | f4eb39ba6bc914e380edb6088041d0deb3fe1b13 (diff) | |
Notes
Diffstat (limited to 'lib/libsqlite3')
| -rw-r--r-- | lib/libsqlite3/Makefile | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/lib/libsqlite3/Makefile b/lib/libsqlite3/Makefile index 458e7d7ddfb1..8694876dbc10 100644 --- a/lib/libsqlite3/Makefile +++ b/lib/libsqlite3/Makefile @@ -35,4 +35,8 @@ CFLAGS+= -I${SQLITE} \ -D_REENTRANT=1 \ -DSQLITE_THREADSAFE=1 +.if ${MACHINE_ARCH} == "powerpc64le" +CFLAGS+= -DSQLITE_BYTEORDER=1234 +.endif + .include <bsd.lib.mk> |
