freetype: don't apply upstream patches from ultimate
This commit is contained in:
parent
8138061893
commit
04f8462c22
1 changed files with 1 additions and 1 deletions
|
@ -25,7 +25,7 @@ if [ "${build_option_ultimate}" ]; then
|
|||
post_extract() {
|
||||
msg_normal "Applying ultimate patchset"
|
||||
for P in ${_ultimate_wrksrc}/${pkgname}/*.patch; do
|
||||
patch -p1 < $P
|
||||
[[ $P != *"upstream"* ]] && patch -p1 < $P
|
||||
done
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in a new issue