git: 7f297cafdccb - main - databases/sqlite3: remove not necessary powerpc64le knob

From: Piotr Kubaj <pkubaj_at_FreeBSD.org>
Date: Wed, 29 Jan 2025 16:57:48 UTC
The branch main has been updated by pkubaj:

URL: https://cgit.FreeBSD.org/ports/commit/?id=7f297cafdccb63e26d0953bdfaa42604edb4b46e

commit 7f297cafdccb63e26d0953bdfaa42604edb4b46e
Author:     Piotr Kubaj <pkubaj@FreeBSD.org>
AuthorDate: 2025-01-23 16:56:26 +0000
Commit:     Piotr Kubaj <pkubaj@FreeBSD.org>
CommitDate: 2025-01-29 16:56:20 +0000

    databases/sqlite3: remove not necessary powerpc64le knob
    
    Not necessary since https://sqlite.org/src/info/4a2498fed4c5436f
---
 databases/sqlite3/Makefile | 1 -
 1 file changed, 1 deletion(-)

diff --git a/databases/sqlite3/Makefile b/databases/sqlite3/Makefile
index 1a90b658c82e..b51e7618d3ab 100644
--- a/databases/sqlite3/Makefile
+++ b/databases/sqlite3/Makefile
@@ -244,7 +244,6 @@ CPPFLAGS+=	-DHAVE_FCHOWN=1 \
 		-DHAVE_STRERROR_R=1 \
 		-DHAVE_READLINK=1 \
 		-DSQLITE_OS_UNIX=1
-CFLAGS_powerpc64le=	-DSQLITE_BYTEORDER=1234
 
 # For compare with checksum from of the site. Now, this is a NIST SHA3-256 hash. sha256 not suitable for compare.
 # But the creation of a new target does not justify the emergence of dependence on the perl5.