icewm: gcc6 fix
This commit is contained in:
parent
4e3da307f3
commit
ce26c39ff8
1 changed files with 2 additions and 2 deletions
|
@ -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"
|
||||
|
|
Loading…
Reference in a new issue