git: dbba2efb8087 - main - devel/concurrencpp: drop nowadays unnecessary ports LLVM on powerpc*
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Sun, 04 Aug 2024 12:01:09 UTC
The branch main has been updated by pkubaj: URL: https://cgit.FreeBSD.org/ports/commit/?id=dbba2efb80879c08498259914e0669780480aa8a commit dbba2efb80879c08498259914e0669780480aa8a Author: Piotr Kubaj <pkubaj@FreeBSD.org> AuthorDate: 2024-07-30 14:31:28 +0000 Commit: Piotr Kubaj <pkubaj@FreeBSD.org> CommitDate: 2024-08-04 12:00:23 +0000 devel/concurrencpp: drop nowadays unnecessary ports LLVM on powerpc* --- devel/concurrencpp/Makefile | 7 ------- 1 file changed, 7 deletions(-) diff --git a/devel/concurrencpp/Makefile b/devel/concurrencpp/Makefile index abef06fe736c..6d434dc334e4 100644 --- a/devel/concurrencpp/Makefile +++ b/devel/concurrencpp/Makefile @@ -17,13 +17,6 @@ GH_ACCOUNT= David-Haim CMAKE_ON= BUILD_SHARED_LIBS -.include <bsd.port.options.mk> - -.if ${ARCH} == powerpc64le || ${ARCH} == powerpc64 || ${ARCH} == powerpc -CXX= clang++${LLVM_VERSION} -USES+= llvm:min=16 -.endif - do-test: # same as recommended in https://github.com/David-Haim/concurrencpp#building-installing-and-testing @cd ${WRKSRC} && \ ${CMAKE_BIN} -S test -B build/test && \