From 89e895c5cb13ce757d96236f64e9df67a871c57e Mon Sep 17 00:00:00 2001 From: hautist Date: Tue, 20 Jan 2026 13:08:43 +0000 Subject: [PATCH] games-engines/xsystem4: remove old workaround for live build Removing the workaround fixing a crash due tounaligned memory access violation within cglm library. Has been fixed upstream. Signed-off-by: hautist --- games-engines/xsystem4/xsystem4-9999.ebuild | 4 ---- 1 file changed, 4 deletions(-) diff --git a/games-engines/xsystem4/xsystem4-9999.ebuild b/games-engines/xsystem4/xsystem4-9999.ebuild index 33d5a29777..11d9c328b0 100644 --- a/games-engines/xsystem4/xsystem4-9999.ebuild +++ b/games-engines/xsystem4/xsystem4-9999.ebuild @@ -50,10 +50,6 @@ src_configure() { local emesonargs=( $(meson_feature debug debugger) $(meson_feature gles2 opengles) - - # Workaround for unaligned memory access with cglm+AVX - # See: https://github.com/nunuhara/xsystem4/issues/XXX - -Dc_args="-DCGLM_ALL_UNALIGNED" ) meson_src_configure