git: 480e5604206e - main - x11-wm/cosmic-comp: extend /sys workaround after dafec8bbd770
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Sun, 21 Sep 2025 10:45:20 UTC
The branch main has been updated by jbeich:
URL: https://cgit.FreeBSD.org/ports/commit/?id=480e5604206edc41a28bbb563982a2df6aa1925f
commit 480e5604206edc41a28bbb563982a2df6aa1925f
Author: Jan Beich <jbeich@FreeBSD.org>
AuthorDate: 2025-09-21 10:42:55 +0000
Commit: Jan Beich <jbeich@FreeBSD.org>
CommitDate: 2025-09-21 10:44:03 +0000
x11-wm/cosmic-comp: extend /sys workaround after dafec8bbd770
https://github.com/pop-os/cosmic-comp/commit/913ed90b0418
https://github.com/pop-os/cosmic-comp/commit/db25cc4b0bf4
---
x11-wm/cosmic-comp/Makefile | 4 +++-
1 file changed, 3 insertions(+), 1 deletion(-)
diff --git a/x11-wm/cosmic-comp/Makefile b/x11-wm/cosmic-comp/Makefile
index a56b38159f68..438fa9b80c5e 100644
--- a/x11-wm/cosmic-comp/Makefile
+++ b/x11-wm/cosmic-comp/Makefile
@@ -49,7 +49,9 @@ post-patch:
.endif
# /sys by default is a symlink to /usr/src/sys
@${REINPLACE_CMD} -e 's,/sys,${LINUXBASE}&,' \
- ${WRKSRC}/src/debug.rs
+ ${WRKSRC}/src/backend/kms/surface/timings.rs \
+ ${WRKSRC}/src/debug.rs \
+ ${WRKSRC}/src/utils/env.rs
# https://github.com/RazrFalcon/fontdb/issues/61
@${REINPLACE_CMD} -e 's,/usr/share,${DATADIR:H},' \
-e 's,/etc,${LOCALBASE}&,' \