From 591870c7b428ed9e268f64607202611b75313ffa Mon Sep 17 00:00:00 2001 From: Jesse Buhagiar Date: Mon, 10 Feb 2020 23:03:53 +1100 Subject: [PATCH] Ports: Disable JACK for SDL2 in `configopts` This is causing build errors for myself and a few other people. This config option disables the SDL2 port from trying to compile with the JACK audio server (which we don't need). --- Ports/SDL2/package.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Ports/SDL2/package.sh b/Ports/SDL2/package.sh index 116c3acf5e..d7e803ba8d 100755 --- a/Ports/SDL2/package.sh +++ b/Ports/SDL2/package.sh @@ -4,7 +4,7 @@ version=serenity-git workdir=SDL-master-serenity useconfigure=true files="https://github.com/SerenityOS/SDL/archive/master-serenity.tar.gz SDL2-git.tar.gz" -configopts="-DCMAKE_TOOLCHAIN_FILE=$SERENITY_ROOT/Toolchain/CMakeToolchain.txt -DPULSEAUDIO=OFF" +configopts="-DCMAKE_TOOLCHAIN_FILE=$SERENITY_ROOT/Toolchain/CMakeToolchain.txt -DPULSEAUDIO=OFF -DJACK=OFF" configure() { run cmake $configopts