development/gforth: Disable parallel build.

Signed-off-by: B. Watson <yalhcru@gmail.com>

Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
This commit is contained in:
fourtysixandtwo 2022-03-23 19:43:03 -06:00 committed by Willy Sudiarto Raharjo
parent 0006d1f957
commit 99d323ce3d
No known key found for this signature in database
GPG Key ID: 3F617144D7238786
1 changed files with 3 additions and 0 deletions

View File

@ -64,6 +64,9 @@ find -L . \
\( -perm 666 -o -perm 664 -o -perm 640 -o -perm 600 -o -perm 444 \
-o -perm 440 -o -perm 400 \) -exec chmod 644 {} \;
# Disable parallel building otherwise build fails
MAKEFLAGS=-j1
# Fix old-style flag
sed -i "s/-m486/-mtune=i486/g" configure.in