mirror of
https://github.com/archlinuxarm/PKGBUILDs.git
synced 2024-11-08 22:45:43 +00:00
community/vbam: fix
This commit is contained in:
parent
d99e95c5dc
commit
6b84e295a6
1 changed files with 4 additions and 0 deletions
|
@ -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() {
|
||||
|
|
Loading…
Reference in a new issue