git: ad5110ee8b85 - main - x11-servers/xlibre-server: Fix build on aarch64
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Sat, 13 Dec 2025 01:06:54 UTC
The branch main has been updated by acm:
URL: https://cgit.FreeBSD.org/ports/commit/?id=ad5110ee8b857bec4af18ff43725487c5e3ba936
commit ad5110ee8b857bec4af18ff43725487c5e3ba936
Author: Jose Alonso Cardenas Marquez <acm@FreeBSD.org>
AuthorDate: 2025-12-13 01:06:04 +0000
Commit: Jose Alonso Cardenas Marquez <acm@FreeBSD.org>
CommitDate: 2025-12-13 01:06:45 +0000
x11-servers/xlibre-server: Fix build on aarch64
Reported by: fluffy
---
.../files/patch-hw_xfree86_os-support_bsd_arm_video.c | 11 +++++++++++
1 file changed, 11 insertions(+)
diff --git a/x11-servers/xlibre-server/files/patch-hw_xfree86_os-support_bsd_arm_video.c b/x11-servers/xlibre-server/files/patch-hw_xfree86_os-support_bsd_arm_video.c
new file mode 100644
index 000000000000..6bb04dcb8a84
--- /dev/null
+++ b/x11-servers/xlibre-server/files/patch-hw_xfree86_os-support_bsd_arm_video.c
@@ -0,0 +1,11 @@
+--- hw/xfree86/os-support/bsd/arm_video.c 2025-12-12 16:55:30.888512000 -0800
++++ hw/xfree86/os-support/bsd/arm_video.c 2025-12-12 16:55:40.571888000 -0800
+@@ -65,7 +65,7 @@
+ #include <X11/X.h>
+
+ #include "xf86.h"
+-#include "xf86_os_support."
++#include "xf86_os_support.h"
+ #include "xf86Priv.h"
+ #include "xf86_OSlib.h"
+ #include "compiler.h"