From 4157cea5323c4bf06cd5637978c860f7acd881e2 Mon Sep 17 00:00:00 2001
From: Jeremy Soller <jackpot51@gmail.com>
Date: Fri, 20 Jan 2023 10:53:42 -0700
Subject: [PATCH] Fix prboom on i686

---
 recipes/prboom/recipe.sh | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

diff --git a/recipes/prboom/recipe.sh b/recipes/prboom/recipe.sh
index 25550228a..17d520497 100644
--- a/recipes/prboom/recipe.sh
+++ b/recipes/prboom/recipe.sh
@@ -17,9 +17,10 @@ function recipe_build {
         --prefix=/ \
         --build=${BUILD} \
         --host=${HOST} \
-        --disable-sdltest \
         --disable-cpu-opt \
+        --disable-i386-asm \
         --disable-gl \
+        --disable-sdltest \
         --without-net \
         --with-sdl-prefix="$sysroot" \
         ac_cv_lib_SDL_mixer_Mix_OpenAudio=yes
-- 
GitLab