Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 16 Apr 2023 20:53:09 GMT
From:      Jan Beich <jbeich@FreeBSD.org>
To:        ports-committers@FreeBSD.org, dev-commits-ports-all@FreeBSD.org, dev-commits-ports-main@FreeBSD.org
Subject:   git: 2dd31008c450 - main - x11-wm/hyprland: expose all CMAKE_ARGS
Message-ID:  <202304162053.33GKr93b008910@gitrepo.freebsd.org>

next in thread | raw e-mail | index | archive | help
The branch main has been updated by jbeich:

URL: https://cgit.FreeBSD.org/ports/commit/?id=2dd31008c4503270ce81ada0d4763f10642ba1bb

commit 2dd31008c4503270ce81ada0d4763f10642ba1bb
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:49:07 +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.
---
 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.33GKr93b008910>