diff --git a/srcpkgs/supertux2/template b/srcpkgs/supertux2/template index 6546d1b0aa..4c39b458da 100644 --- a/srcpkgs/supertux2/template +++ b/srcpkgs/supertux2/template @@ -9,6 +9,7 @@ configure_args=" -DINSTALL_SUBDIR_BIN=bin -DINSTALL_SUBDIR_SHARE=share/supertux2 -DWERROR=OFF" +make_cmd=make hostmakedepends="pkg-config" makedepends="SDL2_image-devel boost-devel glew-devel libcurl-devel libopenal-devel libraqm-devel physfs-devel" @@ -19,3 +20,5 @@ homepage="https://supertux.github.io/" distfiles="https://github.com/SuperTux/supertux/releases/download/v${version}/SuperTux-v${version}-Source.tar.gz" checksum=26a9e56ea2d284148849f3239177d777dda5b675a10ab2d76ee65854c91ff598 replaces="supertux2-data>=0" + +export CMAKE_GENERATOR="Unix Makefiles"