diff --git a/srcpkgs/ltris/template b/srcpkgs/ltris/template index 7c6856c163..54b0dda0d3 100644 --- a/srcpkgs/ltris/template +++ b/srcpkgs/ltris/template @@ -1,7 +1,7 @@ # Template file for 'ltris' pkgname=ltris version=1.0.19 -revision=2 +revision=3 build_style=gnu-configure configure_args="--localstatedir=/var/games/ltris" hostmakedepends="bison" @@ -12,3 +12,4 @@ license="GPL-2" maintainer="Juan RP " distfiles="${SOURCEFORGE_SITE}/lgames/$pkgname-$version.tar.gz" checksum=8f6a9e7719d22004aee153db29ffd9ca41c7a6cd87fc791591994eecc2e625a1 +CFLAGS+=" -fgnu89-inline"