From 942061e4132a20dd1254a0ec161a217a79fd638f Mon Sep 17 00:00:00 2001 From: newbluemoon Date: Mon, 15 Jan 2018 16:54:43 +0100 Subject: [PATCH] ltris: fix build Closes: #10846 [via git-merge-pr] --- srcpkgs/ltris/template | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) 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"