aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorB. Watson <urchlay@slackware.uk>2024-11-03 14:05:26 -0500
committerWilly Sudiarto Raharjo <willysr@slackbuilds.org>2024-11-09 07:02:41 +0700
commit789e2f17ec8ffd6330ec3d4c88843b73c4227969 (patch)
tree49348c86560e8062681bd68c61bac5052c8a6a83
parent6cc3c5dc1a3e5c34b8b6921e4a92e7b2ca509679 (diff)
games/advancemame: fix build on massively parallel systems.
Signed-off-by: B. Watson <urchlay@slackware.uk> Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
-rw-r--r--games/advancemame/advancemame.SlackBuild2
1 files changed, 1 insertions, 1 deletions
diff --git a/games/advancemame/advancemame.SlackBuild b/games/advancemame/advancemame.SlackBuild
index b79eb483ece0..6996ea7ee279 100644
--- a/games/advancemame/advancemame.SlackBuild
+++ b/games/advancemame/advancemame.SlackBuild
@@ -103,7 +103,7 @@ CXXFLAGS="$SLKCFLAGS" \
--docdir=/usr/doc/$PRGNAM-$VERSION \
--build=$ARCH-slackware-linux
-make
+make || make -j1
# Please don't remove the -j1 from the make install command. Without it,
# the directories don't always get created before files are installed