development/regina-rexx: Use "make -j1" to prevent FTBFS

Signed-off-by: Robby Workman <rworkman@slackbuilds.org>
This commit is contained in:
LukenShiro 2013-11-12 15:19:26 -06:00 committed by Robby Workman
parent 02c0d9eb42
commit 1653071426
1 changed files with 2 additions and 1 deletions

View File

@ -64,7 +64,8 @@ CXXFLAGS="$SLKCFLAGS" \
--mandir=/usr/man \
--docdir=/usr/doc/$PRGNAM-$VERSION \
--build=$ARCH-slackware-linux
make
make -j1
make install DESTDIR=$PKG
# Rename the init script to .new and handle it in the doinst.sh