From 208e7509ec97b5a46d4cd2d2d54392331be7bc69 Mon Sep 17 00:00:00 2001 From: Kevin Mihelich Date: Fri, 22 Dec 2017 12:55:34 +0000 Subject: [PATCH] community/gmic: fix --- community/gmic/PKGBUILD | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/community/gmic/PKGBUILD b/community/gmic/PKGBUILD index ecc979a80..2d6fc6adb 100644 --- a/community/gmic/PKGBUILD +++ b/community/gmic/PKGBUILD @@ -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() {