diff options
author | Patrick J Volkerding <volkerdi@slackware.com> | 2019-04-15 19:46:20 +0000 |
---|---|---|
committer | Eric Hameleers <alien@slackware.com> | 2019-04-16 08:59:45 +0200 |
commit | 2d85d745858f2e3fb6274f4478edb0b8cd1c1948 (patch) | |
tree | a45898cd8a83883d2594150865eafc0e04e3fd97 /source/l/orc | |
parent | 952bf293b96cb781eeeeb8e74c53c84126cf0449 (diff) | |
download | current-2d85d745858f2e3fb6274f4478edb0b8cd1c1948.tar.gz current-2d85d745858f2e3fb6274f4478edb0b8cd1c1948.tar.xz |
Mon Apr 15 19:46:20 UTC 201920190415194620
ap/nano-4.1-x86_64-1.txz: Upgraded.
l/giflib-5.1.9-x86_64-2.txz: Rebuilt.
Restore GifQuantizeBuffer and other deprecated functions to the shared
library. Thanks to Skaendo.
l/glib2-2.60.1-x86_64-1.txz: Upgraded.
l/orc-0.4.29-x86_64-1.txz: Upgraded.
Diffstat (limited to 'source/l/orc')
-rwxr-xr-x | source/l/orc/orc.SlackBuild | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/source/l/orc/orc.SlackBuild b/source/l/orc/orc.SlackBuild index 40954638d..acc812ea3 100755 --- a/source/l/orc/orc.SlackBuild +++ b/source/l/orc/orc.SlackBuild @@ -25,7 +25,7 @@ cd $(dirname $0) ; CWD=$(pwd) PKGNAM=orc VERSION=${VERSION:-$(echo $PKGNAM-*.tar.xz | rev | cut -f 3- -d . | cut -f 1 -d - | rev)} -BUILD=${BUILD:-2} +BUILD=${BUILD:-1} NUMJOBS=${NUMJOBS:-" -j$(expr $(nproc) + 1) "} |