root@crow:/usr/ports # svnlite diff Index: databases/sqlite3/Makefile =================================================================== --- databases/sqlite3/Makefile (revision 546302) +++ databases/sqlite3/Makefile (working copy) @@ -16,6 +16,9 @@ USES= libtool pathfix USE_LDCONFIG= yes +#LE ppc64 hack FIXME +CPPFLAGS+= -DSQLITE_BYTEORDER=1234 + GNU_CONFIGURE= yes MAKE_JOBS_UNSAFE= yes INSTALL_TARGET= install-strip Index: ports-mgmt/pkg/Makefile =================================================================== --- ports-mgmt/pkg/Makefile (revision 546302) +++ ports-mgmt/pkg/Makefile (working copy) @@ -29,6 +29,8 @@ USE_SUBMAKE= yes CFLAGS+= -Wno-error +CFLAGS+= -DSQLITE_RUNTIME_BYTEORDER=1 + OPTIONS_DEFINE= DOCS .if !exists(/usr/include/jail.h)