icewm: gcc6 fix
This commit is contained in:
parent
4e3da307f3
commit
ce26c39ff8
@ -1,7 +1,7 @@
|
|||||||
# Template file for 'icewm'
|
# Template file for 'icewm'
|
||||||
pkgname=icewm
|
pkgname=icewm
|
||||||
version=1.3.8
|
version=1.3.8
|
||||||
revision=5
|
revision=6
|
||||||
build_style=gnu-configure
|
build_style=gnu-configure
|
||||||
configure_args="--enable-shaped-decorations --enable-gradients"
|
configure_args="--enable-shaped-decorations --enable-gradients"
|
||||||
make_build_args="V=1"
|
make_build_args="V=1"
|
||||||
@ -15,7 +15,7 @@ homepage="http://www.icewm.org/"
|
|||||||
distfiles="${SOURCEFORGE_SITE}/${pkgname}/${pkgname}-${version}.tar.gz"
|
distfiles="${SOURCEFORGE_SITE}/${pkgname}/${pkgname}-${version}.tar.gz"
|
||||||
checksum=17588d9e0bbbb23587bc04c83da9dd94fd4da6894ecfee6d7f3ed50d780dcd18
|
checksum=17588d9e0bbbb23587bc04c83da9dd94fd4da6894ecfee6d7f3ed50d780dcd18
|
||||||
|
|
||||||
CXXFLAGS="-Wno-error=narrowing"
|
CXXFLAGS="-Wno-error=narrowing -fno-delete-null-pointer-checks"
|
||||||
if [ -n "$CROSS_BUILD" ]; then
|
if [ -n "$CROSS_BUILD" ]; then
|
||||||
# The iconv detection does not work when cross compiling
|
# The iconv detection does not work when cross compiling
|
||||||
configure_args+=" --disable-i18n"
|
configure_args+=" --disable-i18n"
|
||||||
|
Loading…
x
Reference in New Issue
Block a user