icewm: gcc6 fix

This commit is contained in:
Duncaen 2016-12-09 20:21:18 +01:00
parent 4e3da307f3
commit ce26c39ff8

View file

@ -1,7 +1,7 @@
# Template file for 'icewm'
pkgname=icewm
version=1.3.8
revision=5
revision=6
build_style=gnu-configure
configure_args="--enable-shaped-decorations --enable-gradients"
make_build_args="V=1"
@ -15,7 +15,7 @@ homepage="http://www.icewm.org/"
distfiles="${SOURCEFORGE_SITE}/${pkgname}/${pkgname}-${version}.tar.gz"
checksum=17588d9e0bbbb23587bc04c83da9dd94fd4da6894ecfee6d7f3ed50d780dcd18
CXXFLAGS="-Wno-error=narrowing"
CXXFLAGS="-Wno-error=narrowing -fno-delete-null-pointer-checks"
if [ -n "$CROSS_BUILD" ]; then
# The iconv detection does not work when cross compiling
configure_args+=" --disable-i18n"