warsow: use make explicitly

This commit is contained in:
John 2021-02-08 17:34:58 +01:00
parent ac2ee5cd35
commit e1f1e33581

View file

@ -6,6 +6,7 @@ wrksrc="warsow_${version/./}_sdk"
build_wrksrc="source/source"
build_style=cmake
configure_args="-DQFUSION_GAME=Warsow"
make_cmd=make
hostmakedepends="pkg-config"
makedepends="libcurl-devel libvorbis-devel libtheora-devel libjpeg-turbo-devel
libopenal-devel MesaLib-devel libXi-devel libXxf86dga-devel
@ -21,6 +22,8 @@ checksum=99c88bc08f5e6055d28534de6e84fc204026dda51dc31e22caca1977f199453a
archs="i686* x86_64*"
export CMAKE_GENERATOR="Unix Makefiles"
CFLAGS="-fcommon"
do_install() {