icewm: patch only for cross unbreaks non-cross

This commit is contained in:
Juergen Buchmueller 2016-12-08 19:54:04 +01:00
parent 03d7c58d83
commit a2d04f9c18
2 changed files with 3 additions and 0 deletions

View file

@ -29,5 +29,8 @@ if [ -n "$CROSS_BUILD" ]; then
fi
pre_configure() {
if [ -n "$CROSS_BUILD" ]; then
patch -p0 < ${FILESDIR}/fix-configure_in_flags.patch
fi
./autogen.sh
}