From faf2ace1df3986f3b6815ae87bae29c93821e27d Mon Sep 17 00:00:00 2001 From: Jeremy Soller Date: Thu, 10 Apr 2025 13:19:20 -0600 Subject: [PATCH] prboom: re-enable music --- recipes/games/prboom/recipe.toml | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/recipes/games/prboom/recipe.toml b/recipes/games/prboom/recipe.toml index 7fb41452..3f2f49a0 100644 --- a/recipes/games/prboom/recipe.toml +++ b/recipes/games/prboom/recipe.toml @@ -1,4 +1,3 @@ -#TODO: remove --without-mixer when it no longer crashes on x86_64 [source] tar = "https://downloads.sourceforge.net/project/prboom/prboom%20stable/2.5.0/prboom-2.5.0.tar.gz" blake3 = "24c1b9b5aa15fd73e59162055f2c6d8faa82759b76ddfca9828cd2a5c8dc6b2a" @@ -18,14 +17,13 @@ dependencies = [ "libvorbis" ] script = """ -export CFLAGS="-static" +DYNAMIC_INIT export MIXER_LIBS="-lSDL_mixer -lvorbisfile -lvorbis -logg" COOKBOOK_CONFIGURE_FLAGS+=( --disable-cpu-opt --disable-i386-asm --disable-gl --disable-sdltest - --without-mixer --without-net --with-sdl-prefix="${COOKBOOK_SYSROOT}" ac_cv_lib_SDL_mixer_Mix_OpenAudio=yes