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- }