ports/xash3d-fwgs: Don't apply vorbis patch

I removed the pathes a while ago
This commit is contained in:
2026-01-21 19:20:02 +02:00
parent a08b9b82a6
commit 3d2362cb5f

View File

@@ -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
}