From 5336d422f516920d20be55220baf68d5cef162be Mon Sep 17 00:00:00 2001 From: Matteo Bernardini Date: Sat, 29 Sep 2012 19:18:57 +0200 Subject: games/torcs: Forced -j1 (parallel building seems broken). Signed-off-by: Matteo Bernardini --- games/torcs/torcs.SlackBuild | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) (limited to 'games/torcs/torcs.SlackBuild') diff --git a/games/torcs/torcs.SlackBuild b/games/torcs/torcs.SlackBuild index 6118f0024f..366f79832b 100644 --- a/games/torcs/torcs.SlackBuild +++ b/games/torcs/torcs.SlackBuild @@ -6,7 +6,7 @@ PRGNAM=torcs VERSION=${VERSION:-1.3.1} -BUILD=${BUILD:-1} +BUILD=${BUILD:-2} TAG=${TAG:-_SBo} # Automatically determine the architecture we're building on: @@ -60,7 +60,10 @@ CXXFLAGS="$SLKCFLAGS" \ --mandir=/usr/man \ --build=$ARCH-slackware-linux -make +# Cut away jobs number from the MAKEFLAGS +MAKEFLAGS=$(echo "$MAKEFLAGS" | sed "s/-j[0-999]//g") + +make -j1 make install DESTDIR=$PKG make datainstall DESTDIR=$PKG -- cgit v1.2.3