diff options
| author | Piotr Kubaj <pkubaj@FreeBSD.org> | 2025-01-23 17:56:26 +0100 |
|---|---|---|
| committer | Piotr Kubaj <pkubaj@FreeBSD.org> | 2025-01-29 17:56:20 +0100 |
| commit | 7f297cafdccb63e26d0953bdfaa42604edb4b46e (patch) | |
| tree | 7bbea57340ac5f7d91c584d8a6d848ee5d8e9984 /databases/sqlite3/Makefile | |
| parent | audio/myxer: unbreak on powerpc64le (diff) | |
databases/sqlite3: remove not necessary powerpc64le knob
Not necessary since https://sqlite.org/src/info/4a2498fed4c5436f
Diffstat (limited to 'databases/sqlite3/Makefile')
| -rw-r--r-- | databases/sqlite3/Makefile | 1 |
1 files changed, 0 insertions, 1 deletions
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. |
