diff options
author | Ionen Wolkens <ionen@gentoo.org> | 2021-08-09 12:35:51 -0400 |
---|---|---|
committer | Ionen Wolkens <ionen@gentoo.org> | 2021-08-09 12:40:52 -0400 |
commit | c9a0b97bc805bed177baa7b9d160fe2e1acae993 (patch) | |
tree | a9f1442eda781d6788de25832251c59857143b7a /games-fps | |
parent | media-gfx/hydrus: Bump 448 to r1 to force wrong dosym fix (diff) | |
download | gentoo-c9a0b97bc805bed177baa7b9d160fe2e1acae993.tar.gz gentoo-c9a0b97bc805bed177baa7b9d160fe2e1acae993.tar.bz2 gentoo-c9a0b97bc805bed177baa7b9d160fe2e1acae993.zip |
games-fps/quakeforge: pass new --disable-simd for live ebuild
Signed-off-by: Ionen Wolkens <ionen@gentoo.org>
Diffstat (limited to 'games-fps')
-rw-r--r-- | games-fps/quakeforge/quakeforge-9999.ebuild | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/games-fps/quakeforge/quakeforge-9999.ebuild b/games-fps/quakeforge/quakeforge-9999.ebuild index 429ef137bf1d..6013dac54d34 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) |