commit:     89e895c5cb13ce757d96236f64e9df67a871c57e
Author:     hautist <lookatnadeko <AT> protonmail <DOT> com>
AuthorDate: Tue Jan 20 13:08:43 2026 +0000
Commit:     hautist <lookatnadeko <AT> protonmail <DOT> com>
CommitDate: Tue Jan 20 13:08:43 2026 +0000
URL:        https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=89e895c5

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 <lookatnadeko <AT> protonmail.com>

 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

Reply via email to