diff options
Diffstat (limited to 'graphics/ART/ART.SlackBuild')
-rw-r--r-- | graphics/ART/ART.SlackBuild | 8 |
1 files changed, 6 insertions, 2 deletions
diff --git a/graphics/ART/ART.SlackBuild b/graphics/ART/ART.SlackBuild index 75b435a90f61..7097fce5bafc 100644 --- a/graphics/ART/ART.SlackBuild +++ b/graphics/ART/ART.SlackBuild @@ -2,7 +2,7 @@ # Slackware build script for ART -# Copyright 2022 Daniel Prosser, Lexington Park, MD +# Copyright 2023 Daniel Prosser, Lexington Park, MD # All rights reserved. # # Redistribution and use of this script, with or without modification, is @@ -25,7 +25,7 @@ cd $(dirname $0) ; CWD=$(pwd) PRGNAM=ART -VERSION=${VERSION:-1.17.2} +VERSION=${VERSION:-1.18.1} BUILD=${BUILD:-1} TAG=${TAG:-_SBo} PKGTYPE=${PKGTYPE:-tgz} @@ -76,6 +76,10 @@ 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 {} \; +# lensfun-0.3.95 segfaults with mimalloc. Version 0.3.3 solves the issue, but +# we need to wait until Slackware-15.1 for that. +patch -p0 < $CWD/disable_mimalloc.patch + mkdir -p build cd build cmake \ |