git: 4cb967f098ef - 2022Q1 - x11-wm/river: unbreak with non-empty WITH_DEBUG
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Wed, 05 Jan 2022 06:58:01 UTC
The branch 2022Q1 has been updated by jbeich: URL: https://cgit.FreeBSD.org/ports/commit/?id=4cb967f098ef6b8e286148176fa3fe9deab244bd commit 4cb967f098ef6b8e286148176fa3fe9deab244bd 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:50 +0000 x11-wm/river: unbreak with non-empty WITH_DEBUG Cannot run step 'yes' because it does not exist (cherry picked from commit f8be2c80ad1b62e7f79e7bb37007fc5819e72d2e) --- 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 f07a4307be85..012f082c89ef 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} \