mirror of
https://gitlab.redox-os.org/redox-os/redox.git
synced 2026-06-17 23:44:17 +08:00
Adjust prboom recipe
This commit is contained in:
parent
cc58d96c6f
commit
d4555857d6
@ -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
|
||||
|
||||
@ -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
|
||||
"""
|
||||
|
||||
Loading…
Reference in New Issue
Block a user