diff options
author | Jan Beich <jbeich@FreeBSD.org> | 2024-02-01 12:58:40 +0000 |
---|---|---|
committer | Jan Beich <jbeich@FreeBSD.org> | 2024-02-01 14:00:04 +0000 |
commit | d646a3df926badd4ab3c0039eef5e9d8f693e8cb (patch) | |
tree | 3a9509d920e4096d4ca42f80d8289987d45751fb | |
parent | 542aa756b6b42b0e9ae3d2972dd47c94161d1671 (diff) |
x11-wm/kwinft: respect LINUXBASE
-rw-r--r-- | x11-wm/kwinft/Makefile | 2 |
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" |