Date: Wed, 5 Jan 2022 06:57:29 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: f8be2c80ad1b - main - x11-wm/river: unbreak with non-empty WITH_DEBUG Message-ID: <202201050657.2056vT01055970@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=f8be2c80ad1b62e7f79e7bb37007fc5819e72d2e commit f8be2c80ad1b62e7f79e7bb37007fc5819e72d2e Author: Jan Beich <jbeich@FreeBSD.org> AuthorDate: 2022-01-05 06:40:23 +0000 Commit: Jan Beich <jbeich@FreeBSD.org> CommitDate: 2022-01-05 06:57:17 +0000 x11-wm/river: unbreak with non-empty WITH_DEBUG Cannot run step 'yes' because it does not exist --- x11-wm/river/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/x11-wm/river/Makefile b/x11-wm/river/Makefile index b21009a028b0..c6a97fdbb29f 100644 --- a/x11-wm/river/Makefile +++ b/x11-wm/river/Makefile @@ -29,7 +29,7 @@ GH_TUPLE= ifreund:zig-pixman:d381567:zig_pixman/deps/zig-pixman \ swaywm:zig-wlroots:417c103:zig_wlroots/deps/zig-wlroots MAKE_ENV= DESTDIR="${STAGEDIR}" CONFIGURE_ARGS= --prefix "${PREFIX}" \ - ${WITH_DEBUG:U-Drelease-fast=true} \ + ${WITH_DEBUG:D:U-Drelease-fast} \ --verbose NO_INSTALL= yes # strip(1) breaks runtime PLIST_FILES= bin/${PORTNAME} \
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202201050657.2056vT01055970>