mirror of
https://github.com/archlinuxarm/PKGBUILDs.git
synced 2024-11-18 22:54:00 +00:00
community/gmic: fix
This commit is contained in:
parent
0afa7415b1
commit
208e7509ec
1 changed files with 1 additions and 1 deletions
|
@ -34,7 +34,7 @@ prepare() {
|
|||
sed -e 's|/etc/bash_completion.d|/usr/share/bash-completion/completions|g' -i gmic/src/Makefile
|
||||
sed -e 's|-Ofast|-O2 -fno-fast-math|g' -i gmic-qt/gmic_qt.pro
|
||||
|
||||
sed -i "s|-mtune=generic|${CFLAGS}|" src/Makefile
|
||||
sed -i "s|-mtune=generic|${CFLAGS}|" gmic/src/Makefile
|
||||
}
|
||||
|
||||
build() {
|
||||
|
|
Loading…
Reference in a new issue