musikcube: use make explicitly
This commit is contained in:
parent
e27ae1590e
commit
f294d4f80d
1 changed files with 3 additions and 0 deletions
|
@ -3,6 +3,7 @@ pkgname=musikcube
|
||||||
version=0.93.1
|
version=0.93.1
|
||||||
revision=2
|
revision=2
|
||||||
build_style=cmake
|
build_style=cmake
|
||||||
|
make_cmd=make
|
||||||
configure_args="-DNO_NCURSESW=1 -DENABLE_SNDIO=true -DDISABLE_STRIP=true"
|
configure_args="-DNO_NCURSESW=1 -DENABLE_SNDIO=true -DDISABLE_STRIP=true"
|
||||||
hostmakedepends="pkg-config"
|
hostmakedepends="pkg-config"
|
||||||
makedepends="boost-devel libogg-devel libmicrohttpd-devel ffmpeg-devel
|
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'"
|
configure_args+=" -DCMAKE_EXE_LINKER_FLAGS='-latomic'"
|
||||||
fi
|
fi
|
||||||
|
|
||||||
|
export CMAKE_GENERATOR="Unix Makefiles"
|
||||||
|
|
||||||
#XXX: Otherwise xbps-install ffmpeg-devel will complain about unresolving shlibs
|
#XXX: Otherwise xbps-install ffmpeg-devel will complain about unresolving shlibs
|
||||||
# SDL2-2.0.10_3: broken, unresolvable shlib 'libGL.so.1'
|
# SDL2-2.0.10_3: broken, unresolvable shlib 'libGL.so.1'
|
||||||
makedepends+=" libglvnd"
|
makedepends+=" libglvnd"
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue