git: d646a3df926b - main - x11-wm/kwinft: respect LINUXBASE

From: Jan Beich <jbeich_at_FreeBSD.org>
Date: Thu, 01 Feb 2024 14:00:18 UTC
The branch main has been updated by jbeich:

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

commit d646a3df926badd4ab3c0039eef5e9d8f693e8cb
Author:     Jan Beich <jbeich@FreeBSD.org>
AuthorDate: 2024-02-01 12:58:40 +0000
Commit:     Jan Beich <jbeich@FreeBSD.org>
CommitDate: 2024-02-01 14:00:04 +0000

    x11-wm/kwinft: respect LINUXBASE
---
 x11-wm/kwinft/Makefile | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/x11-wm/kwinft/Makefile b/x11-wm/kwinft/Makefile
index cff034f19120..89daffa32901 100644
--- a/x11-wm/kwinft/Makefile
+++ b/x11-wm/kwinft/Makefile
@@ -65,7 +65,7 @@ post-patch:
 		${WRKSRC}/base/wayland/filtered_display.cpp \
 		${WRKSRC}/desktop/kde/service_utils.h
 # Generic nodes are not supported by procfs(5)
-	@${REINPLACE_CMD} -e '/mounts/s,/proc,/compat/linux&,' \
+	@${REINPLACE_CMD} -e '/mounts/s,/proc,${LINUXBASE}&,' \
 		${WRKSRC}/debug/perf/ftrace_impl.cpp
 
 .include "${.CURDIR:H:H}/x11-toolkits/wlroots016/override.mk"