Revert "Apply patch only once"

This commit is contained in:
Martchus 2018-01-14 00:41:10 +01:00 committed by GitHub
parent 0e7f9f8eec
commit f1238727db
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -212,7 +212,7 @@ prepare() {
# Apply patches; further descriptions can be found in patch files itself
for patch in "$srcdir/"*.patch; do
patch -Np1 -i "$patch" || true
patch -p1 -i "$patch"
done
# Make sure the Qt5 build system uses our external ANGLE library