subtle: rebuild for ruby-3.0.2.

This commit is contained in:
Leah Neukirchen 2021-07-23 13:59:40 +02:00
parent 40bbc65e66
commit f126f125f9

View file

@ -1,7 +1,7 @@
# Template file for 'subtle'
pkgname=subtle
version=0.11.6579
revision=1
revision=2
wrksrc="${pkgname}-${version#*.*.}"
hostmakedepends="python3 mercurial ruby-devel pkg-config"
makedepends="ruby-devel libX11-devel libXpm-devel libXft-devel
@ -19,7 +19,7 @@ if [ "$CROSS_BUILD" ]; then
broken="Word size must match"
fi
hostmakedepends+=" $makedepends"
CFLAGS+=" -I${XBPS_CROSS_BASE}/usr/include/ruby-2.7.0/"
CFLAGS+=" -I${XBPS_CROSS_BASE}/usr/include/ruby-3.0.0/"
export CFLAGS
fi