From 765ddc76c6470058835c2ac0b68e2b3adbc1c5ec Mon Sep 17 00:00:00 2001 From: John Date: Mon, 8 Feb 2021 23:59:57 +0100 Subject: [PATCH] calligra: use make explicitly --- srcpkgs/calligra/template | 3 +++ 1 file changed, 3 insertions(+) diff --git a/srcpkgs/calligra/template b/srcpkgs/calligra/template index abed8c2f348..6d9a441ab17 100644 --- a/srcpkgs/calligra/template +++ b/srcpkgs/calligra/template @@ -5,6 +5,7 @@ revision=2 build_style=cmake configure_args="-Wno-dev -DCALLIGRA_SHOULD_BUILD_UNMAINTAINED=ON -DBUILD_TESTING=OFF" +make_cmd=make hostmakedepends="perl pkg-config extra-cmake-modules gettext" makedepends="akonadi-contacts-devel akonadi5-devel ecm-devel eigen3.2 exiv2-devel kactivities5-devel gsl-devel qt5-declarative-devel @@ -30,6 +31,8 @@ replaces="calligra-braindump>=0 calligra-flow>=0" build_options="webengine" desc_option_webengine="Use Qt5 WebEngine for Calligra Gemini" +export CMAKE_GENERATOR="Unix Makefiles" + if [ "$XBPS_TARGET_ENDIAN" = "le" ]; then # webengine does not cross-build from 64bit to 32bit, use webkit if [ "$XBPS_WORDSIZE" = "$XBPS_TARGET_WORDSIZE" ]; then