mirror of
https://github.com/void-linux/void-packages.git
synced 2025-06-11 17:43:51 +02:00
icewm: patch only for cross unbreaks non-cross
This commit is contained in:
parent
03d7c58d83
commit
a2d04f9c18
2 changed files with 3 additions and 0 deletions
|
@ -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
|
||||||
}
|
}
|
||||||
|
|
Loading…
Add table
Reference in a new issue