summaryrefslogtreecommitdiff
path: root/x11-wm
diff options
context:
space:
mode:
authorJan Beich <jbeich@FreeBSD.org>2024-02-01 13:58:40 +0100
committerJan Beich <jbeich@FreeBSD.org>2024-02-01 15:00:04 +0100
commitd646a3df926badd4ab3c0039eef5e9d8f693e8cb (patch)
tree3a9509d920e4096d4ca42f80d8289987d45751fb /x11-wm
parentx11/hybrid-bar: respect LINUXBASE (diff)
x11-wm/kwinft: respect LINUXBASE
Diffstat (limited to 'x11-wm')
-rw-r--r--x11-wm/kwinft/Makefile2
1 files changed, 1 insertions, 1 deletions
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"