musikcube: use make explicitly

This commit is contained in:
John 2021-02-08 17:11:57 +01:00
parent e27ae1590e
commit f294d4f80d

View file

@ -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"