Revert "gimp: enable arm* again"
This reverts commit 8567600339
.
Does not work on the builders probably because of 64 bit host vs. 32 bit target.
This commit is contained in:
parent
44506907ca
commit
2db4a7c947
1 changed files with 4 additions and 0 deletions
|
@ -21,6 +21,10 @@ checksum=65bfe111e8eebffd3dde3016ccb507f9948d2663d9497cb438d9bb609e11d716
|
|||
python_version=2 #unverified
|
||||
lib32disabled=yes
|
||||
|
||||
case "$XBPS_TARGET_MACHINE" in
|
||||
arm*) nocross="https://build.voidlinux.org/builders/armv6l_builder/builds/24795/steps/shell_3/logs/stdio" ;;
|
||||
esac
|
||||
|
||||
pre_configure() {
|
||||
NOCONFIGURE=1 autoreconf -fi
|
||||
if [ "$CROSS_BUILD" ]; then
|
||||
|
|
Loading…
Reference in a new issue