community/gmic: fix

This commit is contained in:
Kevin Mihelich 2020-01-23 20:22:12 +00:00
parent 19b9a4ebd1
commit c0b33d71d0

View file

@ -6,6 +6,7 @@
# ALARM: Kevin Mihelich <kevin@archlinuxarm.org>
# - remove -mtune=generic from makefile, replace with our CFLAGS
# - remove -flto from makefile
highmem=1
@ -39,6 +40,7 @@ prepare() {
cd ..
sed -i "s|-mtune=generic|${CFLAGS}|" src/Makefile
sed -i 's/-flto//g' src/Makefile
}
build() {