summaryrefslogtreecommitdiffstats
path: root/source/l/imagemagick
diff options
context:
space:
mode:
author Patrick J Volkerding <volkerdi@slackware.com>2023-12-31 20:34:45 +0000
committer Eric Hameleers <alien@slackware.com>2023-12-31 22:04:44 +0100
commit87abec467e282c0ded07e7b8ea123252aa6eb241 (patch)
tree3e1496a3624c9f93da7e6534ca82c7b597a61652 /source/l/imagemagick
parentc3bd5a187ef1cb51554b03ac4435c5de9ce9990e (diff)
downloadcurrent-87abec467e282c0ded07e7b8ea123252aa6eb241.tar.gz
current-87abec467e282c0ded07e7b8ea123252aa6eb241.tar.xz
Sun Dec 31 20:34:45 UTC 202320231231203445
ap/vim-9.0.2189-x86_64-1.txz: Upgraded. l/imagemagick-7.1.1_25-x86_64-1.txz: Upgraded. xap/vim-gvim-9.0.2189-x86_64-1.txz: Upgraded. xfce/thunar-4.18.10-x86_64-1.txz: Upgraded.
Diffstat (limited to 'source/l/imagemagick')
-rwxr-xr-xsource/l/imagemagick/imagemagick.SlackBuild6
1 files changed, 3 insertions, 3 deletions
diff --git a/source/l/imagemagick/imagemagick.SlackBuild b/source/l/imagemagick/imagemagick.SlackBuild
index 64b04f335..c1fb53430 100755
--- a/source/l/imagemagick/imagemagick.SlackBuild
+++ b/source/l/imagemagick/imagemagick.SlackBuild
@@ -1,6 +1,6 @@
#!/bin/bash
-# Copyright 2008, 2009, 2010, 2011, 2012, 2013, 2015, 2016, 2017, 2018 Patrick J. Volkerding, Sebeka, MN, USA
+# Copyright 2008, 2009, 2010, 2011, 2012, 2013, 2015, 2016, 2017, 2018, 2023 Patrick J. Volkerding, Sebeka, MN, USA
# All rights reserved.
#
# Redistribution and use of this script, with or without modification, is
@@ -130,14 +130,14 @@ make $NUMJOBS || make || exit 1
# First, spam the running development system, as ImageMagick is unable to
# properly link the utilities against a new shared library major version
# otherwise which has led to several broken packages over the years:
-make install || exit 1
+make $NUMJOBS install || exit 1
rm -f /usr/lib${LIBDIRSUFFIX}/libMagick*.la
/sbin/ldconfig
# Now build again against the new libraries and headers:
make clean
make $NUMJOBS || make || exit 1
-make install DESTDIR=$PKG || exit 1
+make $NUMJOBS install DESTDIR=$PKG || exit 1
# This should certainly not be included.
# It stomps on the libtool package.