aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRobert Clausecker <fuz@FreeBSD.org>2026-01-28 15:18:13 +0000
committerRobert Clausecker <fuz@FreeBSD.org>2026-02-04 14:28:12 +0000
commitd1874e042fff4e3993e71d9946ca94f4ea392589 (patch)
tree670abc2f5d70ce1655f67040e46710a996c90433
parentf24bb5bfbc7aeed7110acead9a9baec05a43bdf8 (diff)
x11/wayst: broken on armv7
In file included from src/gfx_gl2.c:3: src/vt.h:278:1: error: requested alignment is less than minimum alignment of 8 for type 'VtCommand' 278 | DEF_RC_PTR(VtCommand, VtCommand_destroy); | ^ src/rcptr.h:24:9: note: expanded from macro 'DEF_RC_PTR' 24 | alignas(alignof(void*)) t payload; \ | ^ /usr/include/stdalign.h:34:19: note: expanded from macro 'alignas' 34 | #define alignas _Alignas | ^ MFH: 2026Q1 See also: https://github.com/91861/wayst/issues/120 Approved by: portmgr (build fix blanket) (cherry picked from commit 71e8bf055bf2be2092d87e2b9f688699cca89d3e)
-rw-r--r--x11/wayst/Makefile3
1 files changed, 3 insertions, 0 deletions
diff --git a/x11/wayst/Makefile b/x11/wayst/Makefile
index fd6f59b42c75..feafdb218a2a 100644
--- a/x11/wayst/Makefile
+++ b/x11/wayst/Makefile
@@ -6,6 +6,9 @@ MAINTAINER= seafork@disroot.org
COMMENT= Simple terminal emulator for Wayland and X11
WWW= https://github.com/91861/wayst
+# https://github.com/91861/wayst/issues/120
+BROKEN_armv7= src/vt.h:278:1: error: requested alignment is less than minimum alignment of 8 for type 'VtCommand'
+
LICENSE= MIT
LICENSE_FILE= ${WRKSRC}/LICENSE