mirror of
https://github.com/void-linux/void-packages.git
synced 2025-07-28 16:32:57 +02:00
spice: disable on big endian architectures
SPICE server does not support BE.
This commit is contained in:
parent
c297d5941b
commit
fc4ab1bac4
1 changed files with 4 additions and 0 deletions
|
@ -17,6 +17,10 @@ homepage="http://www.spice-space.org"
|
||||||
distfiles="http://www.spice-space.org/download/releases/spice-${version}.tar.bz2"
|
distfiles="http://www.spice-space.org/download/releases/spice-${version}.tar.bz2"
|
||||||
checksum=b203b3882e06f4c7249a3150d90c84e1a90490d41ead255a3d2cede46f4a29a7
|
checksum=b203b3882e06f4c7249a3150d90c84e1a90490d41ead255a3d2cede46f4a29a7
|
||||||
|
|
||||||
|
if [ "$XBPS_TARGET_ENDIAN" != "le" ]; then
|
||||||
|
broken="SPICE server only works on little endian architectures"
|
||||||
|
fi
|
||||||
|
|
||||||
post_extract() {
|
post_extract() {
|
||||||
sed -i 's/armv6hl/arm/g' configure # "detects" cpu from triplet.
|
sed -i 's/armv6hl/arm/g' configure # "detects" cpu from triplet.
|
||||||
}
|
}
|
||||||
|
|
Loading…
Add table
Reference in a new issue