git: e19dd11dfb85 - main - databases/clickhouse-cpp: Remove uneeded conditional
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Wed, 31 Dec 2025 17:08:17 UTC
The branch main has been updated by madpilot:
URL: https://cgit.FreeBSD.org/ports/commit/?id=e19dd11dfb85f9b116c3496ffc4781147f9202d0
commit e19dd11dfb85f9b116c3496ffc4781147f9202d0
Author: Guido Falsi <madpilot@FreeBSD.org>
AuthorDate: 2025-12-31 17:07:21 +0000
Commit: Guido Falsi <madpilot@FreeBSD.org>
CommitDate: 2025-12-31 17:07:21 +0000
databases/clickhouse-cpp: Remove uneeded conditional
Reported by: diizzy
---
databases/clickhouse-cpp/Makefile | 7 -------
1 file changed, 7 deletions(-)
diff --git a/databases/clickhouse-cpp/Makefile b/databases/clickhouse-cpp/Makefile
index 0d049ac2dff8..ddae7810ab09 100644
--- a/databases/clickhouse-cpp/Makefile
+++ b/databases/clickhouse-cpp/Makefile
@@ -31,11 +31,4 @@ OPTIONS_SUB= yes
TEST_RUN_DEPENDS= expect>0:lang/expect
TEST_CMAKE_BOOL= ENABLE_TESTS
-.include <bsd.port.options.mk>
-
-.if ${OPSYS} == FreeBSD
-USES+= llvm:min=21
-CFLAGS+=-Wno-error=int-conversion
-.endif
-
.include <bsd.port.mk>