puzzles: -Wno-error.

This commit is contained in:
Christian Neukirchen 2015-05-19 19:38:22 +02:00
parent e5e00e4c5c
commit e1a2a678f3
1 changed files with 2 additions and 2 deletions

View File

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