Date: Sun, 16 Apr 2023 20:53:08 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: 886b90534c77 - main - x11-wm/hyprland: drop redundant CMAKE_ARGS after cf018c369f95 Message-ID: <202304162053.33GKr80C008884@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=886b90534c77084f0b06916af3ad537839f1778c commit 886b90534c77084f0b06916af3ad537839f1778c 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:48:32 +0000 x11-wm/hyprland: drop redundant CMAKE_ARGS after cf018c369f95 -GNinja is already added by USES=ninja implied by USES=meson --- 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.33GKr80C008884>