diff options
Diffstat (limited to 'development/chicken/chicken.SlackBuild')
-rw-r--r-- | development/chicken/chicken.SlackBuild | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/development/chicken/chicken.SlackBuild b/development/chicken/chicken.SlackBuild index de9ac7472e22e..b469126663424 100644 --- a/development/chicken/chicken.SlackBuild +++ b/development/chicken/chicken.SlackBuild @@ -2,7 +2,7 @@ # Slackware build script for CHICKEN Scheme -# Written by Erik Falor (ewfalor@gmail.com) 2020 +# Written by Erik Falor (ewfalor@gmail.com) 2022 # All rights reserved. # # Redistribution and use of this script, with or without modification, is @@ -30,7 +30,7 @@ CHICKEN_API_VER=11 cd $(dirname $0) ; CWD=$(pwd) PRGNAM=chicken -VERSION=${VERSION:-5.2.0} +VERSION=${VERSION:-5.3.0} BUILD=${BUILD:-1} TAG=${TAG:-_SBo} PKGTYPE=${PKGTYPE:-tgz} @@ -98,7 +98,7 @@ make \ MANDIR=/usr/man \ DOCDIR=/usr/doc/$PRGNAM-$VERSION -make install \ +make -j1 install \ C_COMPILER_OPTIMIZATION_OPTIONS="$SLKCFLAGS" \ PLATFORM=linux \ PREFIX=/usr \ |