From f294d4f80d8a73ecac048b0f96d8f19322e43e89 Mon Sep 17 00:00:00 2001 From: John Date: Mon, 8 Feb 2021 17:11:57 +0100 Subject: [PATCH] musikcube: use make explicitly --- srcpkgs/musikcube/template | 3 +++ 1 file changed, 3 insertions(+) diff --git a/srcpkgs/musikcube/template b/srcpkgs/musikcube/template index a3da40c134b..c5d5cb0b40c 100644 --- a/srcpkgs/musikcube/template +++ b/srcpkgs/musikcube/template @@ -3,6 +3,7 @@ pkgname=musikcube version=0.93.1 revision=2 build_style=cmake +make_cmd=make configure_args="-DNO_NCURSESW=1 -DENABLE_SNDIO=true -DDISABLE_STRIP=true" hostmakedepends="pkg-config" makedepends="boost-devel libogg-devel libmicrohttpd-devel ffmpeg-devel @@ -21,6 +22,8 @@ if [ "$XBPS_TARGET_NO_ATOMIC8" ]; then configure_args+=" -DCMAKE_EXE_LINKER_FLAGS='-latomic'" fi +export CMAKE_GENERATOR="Unix Makefiles" + #XXX: Otherwise xbps-install ffmpeg-devel will complain about unresolving shlibs # SDL2-2.0.10_3: broken, unresolvable shlib 'libGL.so.1' makedepends+=" libglvnd"