mirror of
https://github.com/void-linux/void-packages.git
synced 2025-06-08 16:13:50 +02:00
mozc: won't build for big endian
This commit is contained in:
parent
74887a4fc9
commit
5011e54b97
1 changed files with 4 additions and 0 deletions
|
@ -29,6 +29,10 @@ if [ "$CROSS_BUILD" ]; then
|
||||||
hostmakedepends+=" qt5-devel"
|
hostmakedepends+=" qt5-devel"
|
||||||
fi
|
fi
|
||||||
|
|
||||||
|
if [ "$XBPS_TARGET_ENDIAN" = "be" ]; then
|
||||||
|
broken="Does not build"
|
||||||
|
fi
|
||||||
|
|
||||||
post_extract() {
|
post_extract() {
|
||||||
ln -s mozc-* mozc
|
ln -s mozc-* mozc
|
||||||
rm -rf mozc/src/unix/fcitx5
|
rm -rf mozc/src/unix/fcitx5
|
||||||
|
|
Loading…
Add table
Reference in a new issue