icewm: patch only for cross unbreaks non-cross
This commit is contained in:
parent
03d7c58d83
commit
a2d04f9c18
@ -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
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user