[arch-commits] Commit in gmic/trunk (PKGBUILD)
Antonio Rojas
arojas at archlinux.org
Thu Apr 23 17:07:31 UTC 2020
Date: Thursday, April 23, 2020 @ 17:07:31
Author: arojas
Revision: 618308
Fix zart crash at startup again (FS#65938)
Modified:
gmic/trunk/PKGBUILD
----------+
PKGBUILD | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
Modified: PKGBUILD
===================================================================
--- PKGBUILD 2020-04-23 17:06:13 UTC (rev 618307)
+++ PKGBUILD 2020-04-23 17:07:31 UTC (rev 618308)
@@ -7,7 +7,7 @@
pkgbase=gmic
pkgname=(gmic zart gimp-plugin-gmic krita-plugin-gmic)
pkgver=2.9.0
-pkgrel=2
+pkgrel=3
arch=(x86_64)
url="https://gmic.eu/"
license=(custom:CeCILL)
@@ -40,7 +40,7 @@
make
cd ../zart
- export CFLAGS=${CFLAGS/-O2/} # https://github.com/c-koi/zart/issues/14
+ export CXXFLAGS=${CXXFLAGS/-O2/} # https://github.com/c-koi/zart/issues/14
qmake GMIC_PATH=../src GMIC_DYNAMIC_LINKING=on QMAKE_CXXFLAGS+=" -DOPENCV2_HEADERS"
make
}
More information about the arch-commits
mailing list