Date: Sun, 16 Apr 2023 20:53:36 GMT From: Jan Beich <jbeich@FreeBSD.org> To: ports-committers@FreeBSD.org, dev-commits-ports-all@FreeBSD.org, dev-commits-ports-branches@FreeBSD.org Subject: git: 96feae71033c - 2023Q2 - x11-wm/hyprland: expose all CMAKE_ARGS Message-ID: <202304162053.33GKraLW009132@gitrepo.freebsd.org>
next in thread | raw e-mail | index | archive | help
The branch 2023Q2 has been updated by jbeich: URL: https://cgit.FreeBSD.org/ports/commit/?id=96feae71033c2fd72debf69f297dbc8da222f544 commit 96feae71033c2fd72debf69f297dbc8da222f544 Author: Jan Beich <jbeich@FreeBSD.org> AuthorDate: 2023-04-16 20:42:09 +0000 Commit: Jan Beich <jbeich@FreeBSD.org> CommitDate: 2023-04-16 20:53:32 +0000 x11-wm/hyprland: expose all CMAKE_ARGS No need to sanitize CMAKE_ARGS as USES=cmake is not used here. Also allows to change CMAKE_ARGS via option helpers. (cherry picked from commit 2dd31008c4503270ce81ada0d4763f10642ba1bb) --- x11-wm/hyprland/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/x11-wm/hyprland/Makefile b/x11-wm/hyprland/Makefile index 836a7d593fc6..9da5b7b03fce 100644 --- a/x11-wm/hyprland/Makefile +++ b/x11-wm/hyprland/Makefile @@ -82,7 +82,7 @@ CXXFLAGS+= -nostdinc++ -isystem${WRKDIR}/libcxx_prefix/include/c++/v1 pre-configure: bundled-libcxx bundled-libcxx: - @${SETENV} ${CONFIGURE_ENV} ${CMAKE_BIN} ${CMAKE_ARGS:M*Ninja*} \ + @${SETENV} ${CONFIGURE_ENV} ${CMAKE_BIN} ${CMAKE_ARGS} \ -DLIBCXX_INCLUDE_BENCHMARKS:BOOL=OFF \ -DCMAKE_INSTALL_PREFIX:PATH=${WRKDIR}/libcxx_prefix \ -B ${WRKDIR}/libcxx_build -S ${WRKSRC_libcxx}/libcxx
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202304162053.33GKraLW009132>