commit: c9a0b97bc805bed177baa7b9d160fe2e1acae993
Author: Ionen Wolkens <ionen <AT> gentoo <DOT> org>
AuthorDate: Mon Aug 9 16:35:51 2021 +0000
Commit: Ionen Wolkens <ionen <AT> gentoo <DOT> org>
CommitDate: Mon Aug 9 16:40:52 2021 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=c9a0b97b
games-fps/quakeforge: pass new --disable-simd for live ebuild
Signed-off-by: Ionen Wolkens <ionen <AT> gentoo.org>
games-fps/quakeforge/quakeforge-9999.ebuild | 1 +
1 file changed, 1 insertion(+)
diff --git a/games-fps/quakeforge/quakeforge-9999.ebuild
b/games-fps/quakeforge/quakeforge-9999.ebuild
index 429ef137bf1..6013dac54d3 100644
--- a/games-fps/quakeforge/quakeforge-9999.ebuild
+++ b/games-fps/quakeforge/quakeforge-9999.ebuild
@@ -90,6 +90,7 @@ src_configure() {
$(use_with client x)
--disable-Werror
--disable-dga
+ --disable-simd # all this does is append -mavx2 and similar
--enable-xdg
# non-x11 clients are mostly abandoned/broken (SDL1 still
useful for pulseaudio)
--with-clients=$(usev client x11)