diff options
Diffstat (limited to 'source/l/exiv2/exiv2.SlackBuild')
-rwxr-xr-x | source/l/exiv2/exiv2.SlackBuild | 8 |
1 files changed, 7 insertions, 1 deletions
diff --git a/source/l/exiv2/exiv2.SlackBuild b/source/l/exiv2/exiv2.SlackBuild index 6d49c6900..49928b8b5 100755 --- a/source/l/exiv2/exiv2.SlackBuild +++ b/source/l/exiv2/exiv2.SlackBuild @@ -1,7 +1,7 @@ #!/bin/bash # Copyright 2007 Frank Caraballo <fecaraballo{at}gmail{dot}com> -# Copyright 2008, 2009, 2011, 2015, 2017, 2018, 2019, 2020 Patrick J. Volkerding, Sebeka, MN, USA +# Copyright 2008, 2009, 2011, 2015, 2017, 2018, 2019, 2020, 2023 Patrick J. Volkerding, Sebeka, MN, USA # All rights reserved. # # Redistribution and use of this script, with or without modification, is @@ -80,6 +80,12 @@ find . \ \( -perm 666 -o -perm 664 -o -perm 600 -o -perm 444 -o -perm 440 -o -perm 400 \) \ -exec chmod 644 {} \+ +# Upstream regression patches: +cat $CWD/patches/16c1cd7d.patch | patch -p1 --verbose || exit 1 +cat $CWD/patches/3664f5b8.patch | patch -p1 --verbose || exit 1 +cat $CWD/patches/b4f435a4.patch | patch -p1 --verbose || exit 1 +cat $CWD/patches/f47e7bd6.patch | patch -p1 --verbose || exit 1 + # Configure, build, and install: mkdir cmake-build cd cmake-build |