git: d6fbc44e8aee - main - devel/pickle: Fix build on 14
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Thu, 08 Jun 2023 15:31:06 UTC
The branch main has been updated by bofh: URL: https://cgit.FreeBSD.org/ports/commit/?id=d6fbc44e8aeee5474a75eb952b446a31f8dd920f commit d6fbc44e8aeee5474a75eb952b446a31f8dd920f Author: Muhammad Moinur Rahman <bofh@FreeBSD.org> AuthorDate: 2023-06-08 13:29:29 +0000 Commit: Muhammad Moinur Rahman <bofh@FreeBSD.org> CommitDate: 2023-06-08 15:30:53 +0000 devel/pickle: Fix build on 14 --- devel/pickle/Makefile | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/devel/pickle/Makefile b/devel/pickle/Makefile index 544fd9487500..49d3da7fe33b 100644 --- a/devel/pickle/Makefile +++ b/devel/pickle/Makefile @@ -38,7 +38,10 @@ BIN_SYMLINKS= bin/n14 \ .include <bsd.port.options.mk> .if ${OPSYS} == FreeBSD && ( ${OSVERSION} >= 1400079 || ( ${OSVERSION} >= 1302505 && ${OSVERSION} < 1400000 )) -CFLAGS+= -Wno-error=int-conversion +USES+= llvm:max=14 +CPP= clang-cpp${LLVM_VERSION} +CC= clang${LLVM_VERSION} +CXX= clang++${LLVM_VERSION} .endif post-patch: