icewm: patch only for cross unbreaks non-cross
This commit is contained in:
@@ -29,5 +29,8 @@ if [ -n "$CROSS_BUILD" ]; then
|
|||||||
fi
|
fi
|
||||||
|
|
||||||
pre_configure() {
|
pre_configure() {
|
||||||
|
if [ -n "$CROSS_BUILD" ]; then
|
||||||
|
patch -p0 < ${FILESDIR}/fix-configure_in_flags.patch
|
||||||
|
fi
|
||||||
./autogen.sh
|
./autogen.sh
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user