git: 402521a465ca - main - misc/thrill: Remove llvm dependency

From: Yuri Victorovich <yuri_at_FreeBSD.org>
Date: Sun, 14 Jan 2024 17:50:58 UTC
The branch main has been updated by yuri:

URL: https://cgit.FreeBSD.org/ports/commit/?id=402521a465ca2f8419846947c447954cd7ca7611

commit 402521a465ca2f8419846947c447954cd7ca7611
Author:     Yuri Victorovich <yuri@FreeBSD.org>
AuthorDate: 2024-01-14 17:50:03 +0000
Commit:     Yuri Victorovich <yuri@FreeBSD.org>
CommitDate: 2024-01-14 17:50:56 +0000

    misc/thrill: Remove llvm dependency
    
    The project now builds fine with the base clang.
---
 misc/thrill/Makefile | 12 +-----------
 1 file changed, 1 insertion(+), 11 deletions(-)

diff --git a/misc/thrill/Makefile b/misc/thrill/Makefile
index b3415df3ce26..4f77bf2ad71f 100644
--- a/misc/thrill/Makefile
+++ b/misc/thrill/Makefile
@@ -30,14 +30,4 @@ GH_TUPLE=	USCiLab:cereal:2f9471bc401590cf58b38bbbc33d412dade6d589:USCiLab_cereal
 		tlx:tlx:89397b7fa1aa5631b4b84e53a92d6c5e06044d43:tlx_tlx/extlib/tlx \
 		stxxl:foxxll:a4a8aeee64743f845c5851e8b089965ea1c219d7:stxxl_foxxll/extlib/foxxll
 
-.include <bsd.port.pre.mk>
-
-.if ${CHOSEN_COMPILER_TYPE} == clang
-LLVM_VERSION=	10 # clang-11 crashes: https://bugs.llvm.org/show_bug.cgi?id=48562
-BUILD_DEPENDS+=	clang${LLVM_VERSION}:devel/llvm${LLVM_VERSION}
-CPP=		clang-cpp${LLVM_VERSION}
-CC=		clang${LLVM_VERSION}
-CXX=		clang++${LLVM_VERSION}
-.endif
-
-.include <bsd.port.post.mk>
+.include <bsd.port.mk>