From 6f70bc16022c43ee2ffec2bd2e8b43ba4f3f3873 Mon Sep 17 00:00:00 2001 From: Juan RP Date: Sun, 10 Jan 2016 08:49:16 +0100 Subject: [PATCH] spice: unbreak cross compilation; it's parallel safe actually. --- srcpkgs/spice/template | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/srcpkgs/spice/template b/srcpkgs/spice/template index 9ee25f6f8eb..e465c1aff96 100644 --- a/srcpkgs/spice/template +++ b/srcpkgs/spice/template @@ -5,7 +5,7 @@ revision=1 build_style=gnu-configure configure_args="--disable-tunnel --disable-opengl --disable-smartcard --with-sasl --disable-static --enable-xinerama --disable-celt051" -hostmakedepends="pkg-config python-parsing" +hostmakedepends="pkg-config python-parsing spice-protocol" makedepends="spice-protocol libjpeg-turbo-devel pixman-devel libressl-devel opus-devel alsa-lib-devel libXfixes-devel libXrender-devel libXrandr-devel libsasl-devel libXinerama-devel libglib-devel" @@ -16,8 +16,6 @@ homepage="http://www.spice-space.org" distfiles="http://www.spice-space.org/download/releases/spice-${version}.tar.bz2" checksum=f148ea30135bf80a4f465ce723a1cd6d4ccb34c098b6298a020b378ace8569b6 -disable_parallel_build=yes - post_extract() { sed -i 's/armv6hl/arm/g' configure # "detects" cpu from triplet. }