From d687f6d895e1f3411fcbde38c5a0614868484207 Mon Sep 17 00:00:00 2001 From: Kevin Mihelich Date: Sun, 17 May 2020 03:08:38 +0000 Subject: [PATCH] community/gmic to 2.9.0-10 --- community/gmic/PKGBUILD | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/community/gmic/PKGBUILD b/community/gmic/PKGBUILD index 5c2ea6929..eba91dfc1 100644 --- a/community/gmic/PKGBUILD +++ b/community/gmic/PKGBUILD @@ -14,7 +14,7 @@ highmem=1 pkgbase=gmic pkgname=(gmic zart gimp-plugin-gmic krita-plugin-gmic) pkgver=2.9.0 -pkgrel=9 +pkgrel=10 arch=(x86_64) url="https://gmic.eu/" license=(custom:CeCILL) @@ -78,7 +78,7 @@ build() { make cd ../build-zart - export CXXFLAGS=${CXXFLAGS/-O2/} # https://github.com/c-koi/zart/issues/14 + unset CXXFLAGS # https://github.com/c-koi/zart/issues/14 qmake ../gmic-$pkgver/zart \ GMIC_PATH="$srcdir"/gmic-$pkgver/src GMIC_DYNAMIC_LINKING=on QMAKE_CXXFLAGS+=" -DOPENCV2_HEADERS" make