Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 16 Apr 2023 20:53:35 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: b76c1b3d2576 - 2023Q2 - x11-wm/hyprland: drop redundant CMAKE_ARGS after cf018c369f95
Message-ID:  <202304162053.33GKrZAQ009113@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=b76c1b3d257637edb5eb01d280d2f2c0fd863ee9

commit b76c1b3d257637edb5eb01d280d2f2c0fd863ee9
Author:     Jan Beich <jbeich@FreeBSD.org>
AuthorDate: 2023-04-16 00:37:15 +0000
Commit:     Jan Beich <jbeich@FreeBSD.org>
CommitDate: 2023-04-16 20:53:32 +0000

    x11-wm/hyprland: drop redundant CMAKE_ARGS after cf018c369f95
    
    -GNinja is already added by USES=ninja implied by USES=meson
    
    (cherry picked from commit 886b90534c77084f0b06916af3ad537839f1778c)
---
 x11-wm/hyprland/Makefile | 1 -
 1 file changed, 1 deletion(-)

diff --git a/x11-wm/hyprland/Makefile b/x11-wm/hyprland/Makefile
index 3a998049edea..836a7d593fc6 100644
--- a/x11-wm/hyprland/Makefile
+++ b/x11-wm/hyprland/Makefile
@@ -73,7 +73,6 @@ CXX=		clang++${LLVM_VERSION}
 CPP=		clang-cpp${LLVM_VERSION}
 CONFIGURE_ENV+=	CC="${CC}" CXX="${CXX}" CPP="${CPP}"
 CMAKE_BIN=	${LOCALBASE}/bin/cmake
-CMAKE_ARGS+=	-GNinja
 
 # XXX Move into separate port and standardize via USES
 GH_TUPLE+=	llvm:llvm-project:llvmorg-16.0.1:libcxx



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202304162053.33GKrZAQ009113>