gource: fix cross

This commit is contained in:
Michal Vasilek 2022-01-29 02:21:40 +01:00 committed by paper
parent d4674e310a
commit ba3577937d

View file

@ -3,7 +3,8 @@ pkgname=gource
version=0.51
revision=3
build_style=gnu-configure
configure_args="--with-tinyxml --enable-ttf-font-dir=/usr/share/fonts/TTF"
configure_args="--with-tinyxml --enable-ttf-font-dir=/usr/share/fonts/TTF
--with-boost-libdir=$XBPS_CROSS_BASE/usr/lib/"
hostmakedepends="pkg-config"
makedepends="tinyxml-devel glu-devel SDL2_image-devel glew-devel
freetype-devel boost-devel glm pcre-devel"
@ -14,5 +15,3 @@ license="GPL-3.0-or-later"
homepage="http://gource.io/"
distfiles="https://github.com/acaudwell/Gource/releases/download/gource-${version}/gource-${version}.tar.gz"
checksum=19a3f888b1825aa7ed46f52cebce5012e3c62439e3d281102f21814c7a58e79a
nocross="https://build.voidlinux.org/builders/armv6l_builder/builds/5099/steps/shell_3/logs/stdio"