From bef342ff07cb980f68c0cc362a11cff4ef8e2eb1 Mon Sep 17 00:00:00 2001
From: Jeremy Soller <jackpot51@gmail.com>
Date: Tue, 21 Nov 2017 20:18:20 -0700
Subject: [PATCH] Disable CPU optimizations that may break machines

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

diff --git a/recipes/prboom/recipe.sh b/recipes/prboom/recipe.sh
index f3ef660ff..f8c084424 100644
--- a/recipes/prboom/recipe.sh
+++ b/recipes/prboom/recipe.sh
@@ -15,7 +15,7 @@ function recipe_update {
 function recipe_build {
     autoreconf -if
     wget -O autotools/config.sub http://git.savannah.gnu.org/cgit/config.git/plain/config.sub
-    ./configure --prefix=/ --host=${HOST} --disable-sdltest --disable-gl --without-net --with-sdl-prefix="$PWD/../sysroot"
+    ./configure --prefix=/ --host=${HOST} --disable-sdltest --disable-cpu-opt --disable-gl --without-net --with-sdl-prefix="$PWD/../sysroot"
     make
     skip=1
 }
-- 
GitLab