Skip to content

Commit

Permalink
x11-wm/hyprland: simplify CC/CXX/CPP after 4df0e66
Browse files Browse the repository at this point in the history
  • Loading branch information
jbeich committed Sep 23, 2023
1 parent b3bb5eb commit 3779f4a
Showing 1 changed file with 1 addition and 4 deletions.
5 changes: 1 addition & 4 deletions x11-wm/hyprland/Makefile
Expand Up @@ -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

Expand Down

0 comments on commit 3779f4a

Please sign in to comment.