ports/xash3d-fwgs: Don't apply vorbis patch
I removed the pathes a while ago
This commit is contained in:
parent
a08b9b82a6
commit
3d2362cb5f
|
|
@ -14,12 +14,6 @@ configure() {
|
||||||
done
|
done
|
||||||
popd
|
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
|
./waf configure -T release || exit 1
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue