git: 0255dbaf7f1a - 2023Q4 - databases/tiledb: fix build on armv6/armv7
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Mon, 23 Oct 2023 01:56:02 UTC
The branch 2023Q4 has been updated by fuz:
URL: https://cgit.FreeBSD.org/ports/commit/?id=0255dbaf7f1a4c4642638f977fc7650e4eb2acd1
commit 0255dbaf7f1a4c4642638f977fc7650e4eb2acd1
Author: Robert Clausecker <fuz@FreeBSD.org>
AuthorDate: 2023-10-19 19:07:56 +0000
Commit: Robert Clausecker <fuz@FreeBSD.org>
CommitDate: 2023-10-23 01:55:41 +0000
databases/tiledb: fix build on armv6/armv7
Same fix as the one sunpoet@ previously applied for i386.
Obtained from: 204c0a1aad55dee9e4e0c34e975d40f6f6e51b02
Approved by: portmgr (build fix blanket)
MFH: 2023Q4
databases/tiledb: Update to 2.17.1
(cherry picked from commit a8b90e8c06d53ade547cd998277e07fbbaa0c51d)
---
databases/tiledb/Makefile | 2 ++
1 file changed, 2 insertions(+)
diff --git a/databases/tiledb/Makefile b/databases/tiledb/Makefile
index e221fa074636..5187de6679ab 100644
--- a/databases/tiledb/Makefile
+++ b/databases/tiledb/Makefile
@@ -27,6 +27,8 @@ RUN_DEPENDS= capnproto080>=0.8.0:devel/capnproto080 \
USES= cmake compiler:c++17-lang localbase:ldflags pkgconfig ssl
CFLAGS+= -DSPDLOG_FMT_EXTERNAL=1
+CFLAGS_armv6+= -Wno-c++11-narrowing
+CFLAGS_armv7+= -Wno-c++11-narrowing
CFLAGS_i386+= -Wno-c++11-narrowing
CMAKE_ARGS= -DCATCH_INCLUDE_DIR=${LOCALBASE}/include/catch2 \
-Dlibmagic_DICTIONARY=/usr/share/misc/magic.mgc