mirror of
https://github.com/archlinuxarm/PKGBUILDs.git
synced 2025-01-27 23:44:04 +00:00
community/gmic: fix
This commit is contained in:
parent
4e495c95c4
commit
6e9052d204
1 changed files with 1 additions and 1 deletions
|
@ -27,7 +27,7 @@ prepare() {
|
|||
# fix overlinking
|
||||
sed -e 's/pkg-config opencv --libs ||//' -e 's/-lopencv_highgui/-lopencv_videoio/' -i gmic-$pkgver/src/Makefile
|
||||
|
||||
sed -i "s|-mtune=generic|${CFLAGS}|" gmic/src/Makefile
|
||||
sed -i "s|-mtune=generic|${CFLAGS}|" gmic-$pkgver/src/Makefile
|
||||
|
||||
cd gmic-$pkgver/zart
|
||||
patch -p1 -i ../../zart-qt5.11.patch # Fix build with Qt 5.11
|
||||
|
|
Loading…
Reference in a new issue