community/vbam: fix

This commit is contained in:
Kevin Mihelich 2019-10-06 18:28:31 +00:00
parent d99e95c5dc
commit 6b84e295a6

View file

@ -3,6 +3,7 @@
# ALARM: Kevin Mihelich <kevin@archlinuxarm.org>
# - disable LTO: -DENABLE_LTO='FALSE'
# - cherry-pick upstream patch to fix ARM FTBFS
pkgbase=vbam
pkgname=(
@ -47,6 +48,9 @@ prepare() {
fi
mkdir build-$p
done
cd visualboyadvance-m
git cherry-pick -n af0de1c4b308ef8d9a081ecf407805b75a99d877
}
build() {