godot: remove scons from hostmakedepends

This commit is contained in:
maxice8 2018-08-17 10:20:32 -03:00
parent 56364311a8
commit 1f745f6871
No known key found for this signature in database
GPG key ID: 543B9D4F4299F06B

View file

@ -4,7 +4,7 @@ version=3.0.6
revision=1
wrksrc="${pkgname}-${version}-stable"
build_style=scons
hostmakedepends="scons pkg-config clang"
hostmakedepends="pkg-config clang"
makedepends="
alsa-lib-devel freetype-devel glu-devel libXcursor-devel libXi-devel
libXinerama-devel libXrender-devel libXrandr-devel libressl-devel libX11-devel"
@ -17,7 +17,7 @@ checksum=50431e021ee5ec21002cc23435f530f8fde518c6eb7085c9f7f1027abaae2581
# Godot contains private copies of libraries
# that already have been packaged elsewhere.
make_build_args="use_llvm=yes platform=x11 tools=yes target=release_debug dev=no progress=no pulseaudio=no"
nocross="https://build.voidlinux.eu/builders/armv7l_builder/builds/6342/steps/shell_3/logs/stdio"
nocross=https://build.voidlinux.eu/builders/armv7l_builder/builds/6342/steps/shell_3/logs/stdio
CFLAGS+=" -fPIE -fPIC"
LDFLAGS+=" -pie"