freetype: don't apply upstream patches from ultimate
This commit is contained in:
@@ -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
|
||||
}
|
||||
|
||||
|
Reference in New Issue
Block a user