diff --git a/recipes/games/prboom/01_redox.patch b/recipes/games/prboom/01_redox.patch index 2971f07c..6318a409 100644 --- a/recipes/games/prboom/01_redox.patch +++ b/recipes/games/prboom/01_redox.patch @@ -1,15 +1,3 @@ -diff -burpN source-original/configure.ac source/configure.ac ---- source-original/configure.ac 2008-11-09 12:12:37.000000000 -0700 -+++ source/configure.ac 2024-09-07 10:06:36.540104562 -0600 -@@ -85,8 +85,6 @@ if test "$cross_compiling" != "yes"; the - fi - - dnl --- Header files, typedefs, structures --AC_TYPE_UID_T --AC_TYPE_SIZE_T - AC_DECL_SYS_SIGLIST - AC_HEADER_SYS_WAIT - AC_CHECK_HEADERS(unistd.h asm/byteorder.h sched.h) diff -burpN source-original/src/m_misc.c source/src/m_misc.c --- source-original/src/m_misc.c 2008-11-09 10:13:04.000000000 -0700 +++ source/src/m_misc.c 2024-09-07 10:09:06.890301682 -0600 diff --git a/recipes/games/prboom/recipe.toml b/recipes/games/prboom/recipe.toml index 3f2f49a0..efdb1314 100644 --- a/recipes/games/prboom/recipe.toml +++ b/recipes/games/prboom/recipe.toml @@ -27,6 +27,8 @@ COOKBOOK_CONFIGURE_FLAGS+=( --without-net --with-sdl-prefix="${COOKBOOK_SYSROOT}" ac_cv_lib_SDL_mixer_Mix_OpenAudio=yes + ac_cv_type_gid_t=yes + ac_cv_type_uid_t=yes ) cookbook_configure """