From cd06b1f4c4f41e678fcf32582f65ca04c0713aee Mon Sep 17 00:00:00 2001 From: John Date: Mon, 8 Feb 2021 18:13:19 +0100 Subject: [PATCH] arcan: use make explicitly --- srcpkgs/arcan/template | 3 +++ 1 file changed, 3 insertions(+) diff --git a/srcpkgs/arcan/template b/srcpkgs/arcan/template index 60db46d2acd..7788f50d332 100644 --- a/srcpkgs/arcan/template +++ b/srcpkgs/arcan/template @@ -4,6 +4,7 @@ version=0.6.0.1 revision=1 build_wrksrc=src build_style=cmake +make_cmd=make configure_args="-DDISTR_TAG='Void Linux' -DVIDEO_PLATFORM=egl-dri $(vopt_if luajit '-DDISABLE_JIT=OFF' '-DDISABLE_JIT=ON')" hostmakedepends="pkg-config @@ -27,6 +28,8 @@ checksum="7ae00a9dee79f9b58ac2bacbf532ff0631280297cfde30e8996382a3f42a52ed 3a50a87c05b67c466a868cc77f8dc7f9cfc9466aeeafcd823daca0d108c504da" patch_args="-Np1" +export CMAKE_GENERATOR="Unix Makefiles" + replaces="arcan-wayland>=0" build_options="luajit tesseract tts wayland"