games/torcs: Forced -j1 (parallel building seems broken).

Signed-off-by: Matteo Bernardini <ponce@slackbuilds.org>
This commit is contained in:
Matteo Bernardini 2012-09-29 19:18:57 +02:00
parent c2c8cf0a57
commit 5336d422f5

View file

@ -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