diff --git a/recipes/prboom/01_redox.patch b/recipes/prboom/01_redox.patch index d42dd549b..8666b16eb 100644 --- a/recipes/prboom/01_redox.patch +++ b/recipes/prboom/01_redox.patch @@ -1,21 +1,9 @@ -diff -rupN prboom-2.5.0/autotools/config.sub prboom-2.5.0-redox/autotools/config.sub ---- prboom-2.5.0/autotools/config.sub 2006-08-10 08:17:12.000000000 -0700 -+++ prboom-2.5.0-redox/autotools/config.sub 2017-10-14 22:17:14.000000000 -0700 -@@ -1214,7 +1214,7 @@ case $os in - | -os2* | -vos* | -palmos* | -uclinux* | -nucleus* \ - | -morphos* | -superux* | -rtmk* | -rtmk-nova* | -windiss* \ - | -powermax* | -dnix* | -nx6 | -nx7 | -sei* | -dragonfly* \ -- | -skyos* | -haiku* | -rdos* | -toppers*) -+ | -skyos* | -haiku* | -rdos* | -toppers* | -redox*) - # Remember, each alternative MUST END IN *, to match a version number. - ;; - -qnx*) diff -rupN prboom-2.5.0/configure.ac prboom-2.5.0-redox/configure.ac --- prboom-2.5.0/configure.ac 2008-11-09 11:12:37.000000000 -0800 +++ prboom-2.5.0-redox/configure.ac 2017-10-14 23:27:16.000000000 -0700 @@ -85,8 +85,6 @@ if test "$cross_compiling" != "yes"; the fi - + dnl --- Header files, typedefs, structures -AC_TYPE_UID_T -AC_TYPE_SIZE_T @@ -28,7 +16,7 @@ diff -rupN prboom-2.5.0/src/d_deh.c prboom-2.5.0-redox/src/d_deh.c @@ -54,17 +54,6 @@ #define TRUE 1 #define FALSE 0 - + -#ifndef HAVE_STRLWR -#include - @@ -42,4 +30,3 @@ diff -rupN prboom-2.5.0/src/d_deh.c prboom-2.5.0-redox/src/d_deh.c - // killough 10/98: new functions, to allow processing DEH files in-memory // (e.g. from wads) - diff --git a/recipes/prboom/recipe.sh b/recipes/prboom/recipe.sh index a738081f8..f3ef660ff 100644 --- a/recipes/prboom/recipe.sh +++ b/recipes/prboom/recipe.sh @@ -14,8 +14,9 @@ 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" - make + make skip=1 }