From e1a2a678f3cc536442052e400d9c115491c009ea Mon Sep 17 00:00:00 2001 From: Christian Neukirchen Date: Tue, 19 May 2015 19:38:22 +0200 Subject: [PATCH] puzzles: -Wno-error. --- srcpkgs/puzzles/template | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/srcpkgs/puzzles/template b/srcpkgs/puzzles/template index e5f77320e75..70634896ccd 100644 --- a/srcpkgs/puzzles/template +++ b/srcpkgs/puzzles/template @@ -2,7 +2,7 @@ pkgname=puzzles version=20150502 wrksrc="${pkgname}-7f64f4a" -revision=1 +revision=2 hostmakedepends="pkg-config perl" makedepends="gtk+-devel" short_desc="Simon Tatham's Portable Puzzle Collection" @@ -14,7 +14,7 @@ checksum=7f4edcbe542b64726461c17272ba49790197272231460abb363dd67fc3cde739 do_build() { ./mkfiles.pl - CC="${CC}" CFLAGS="${CFLAGS}" make ${makejobs} -f Makefile.gtk \ + CC="${CC}" CFLAGS="${CFLAGS} -Wno-error" make ${makejobs} -f Makefile.gtk \ prefix=/usr BINPREFIX=puzzles- }