git: 3779f4a86d9f - main - x11-wm/hyprland: simplify CC/CXX/CPP after 4df0e66a3662
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Sat, 23 Sep 2023 11:47:45 UTC
The branch main has been updated by jbeich:
URL: https://cgit.FreeBSD.org/ports/commit/?id=3779f4a86d9fa7205c7969386cfcc395769aa170
commit 3779f4a86d9fa7205c7969386cfcc395769aa170
Author: Jan Beich <jbeich@FreeBSD.org>
AuthorDate: 2023-09-23 11:19:32 +0000
Commit: Jan Beich <jbeich@FreeBSD.org>
CommitDate: 2023-09-23 11:46:03 +0000
x11-wm/hyprland: simplify CC/CXX/CPP after 4df0e66a3662
---
x11-wm/hyprland/Makefile | 5 +----
1 file changed, 1 insertion(+), 4 deletions(-)
diff --git a/x11-wm/hyprland/Makefile b/x11-wm/hyprland/Makefile
index b9b71a093c5c..6ac88c77c61a 100644
--- a/x11-wm/hyprland/Makefile
+++ b/x11-wm/hyprland/Makefile
@@ -68,11 +68,8 @@ post-install:
# XXX Drop after FreeBSD 13.2 EOL around 2024-05-01 (don't forget distinfo)
.if ${CXX} == c++ && exists(/usr/lib/libc++.so)
.if !exists(/usr/include/c++/v1/__ranges/as_rvalue_view.h) || make(makesum) || make(fetch)
-USES+= llvm:min=16,build
+USES+= llvm:min=16,build,export
PATH:= ${LLVM_PREFIX}/bin:${PATH} # XXX _CMAKE_TOOLCHAIN_SUFFIX vs. devel/llvm*
-CC= clang${LLVM_VERSION}
-CXX= clang++${LLVM_VERSION}
-CPP= clang-cpp${LLVM_VERSION}
CONFIGURE_ENV+= CC="${CC}" CXX="${CXX}" CPP="${CPP}"
CMAKE_BIN= ${LOCALBASE}/bin/cmake