aboutsummaryrefslogtreecommitdiff
path: root/x11-wm
diff options
context:
space:
mode:
authorJan Beich <jbeich@FreeBSD.org>2023-09-23 11:19:32 +0000
committerJan Beich <jbeich@FreeBSD.org>2023-09-23 11:46:03 +0000
commit3779f4a86d9fa7205c7969386cfcc395769aa170 (patch)
tree7e3af592e17b0a17d5bb288c6a273d4243793ed0 /x11-wm
parentb3bb5ebbb1a42508282417b3c488857c1dc755a9 (diff)
downloadports-3779f4a86d9fa7205c7969386cfcc395769aa170.tar.gz
ports-3779f4a86d9fa7205c7969386cfcc395769aa170.zip
x11-wm/hyprland: simplify CC/CXX/CPP after 4df0e66a3662
Diffstat (limited to 'x11-wm')
-rw-r--r--x11-wm/hyprland/Makefile5
1 files changed, 1 insertions, 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