From 3d2362cb5f5c27cf43cd4df5a175166f69d2ae79 Mon Sep 17 00:00:00 2001 From: Bananymous Date: Wed, 21 Jan 2026 19:20:02 +0200 Subject: [PATCH] ports/xash3d-fwgs: Don't apply vorbis patch I removed the pathes a while ago --- ports/xash3d-fwgs/build.sh | 6 ------ 1 file changed, 6 deletions(-) diff --git a/ports/xash3d-fwgs/build.sh b/ports/xash3d-fwgs/build.sh index 513910be..c88cbfda 100755 --- a/ports/xash3d-fwgs/build.sh +++ b/ports/xash3d-fwgs/build.sh @@ -14,12 +14,6 @@ configure() { done popd - pushd 3rdparty/vorbis/vorbis-src || exit 1 - for patch in ../../../../patches/vorbis/*; do - git apply $patch - done - popd - ./waf configure -T release || exit 1 }