Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 1 Feb 2024 14:00:18 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: d646a3df926b - main - x11-wm/kwinft: respect LINUXBASE
Message-ID:  <202402011400.411E0IRF022589@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=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"



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