summaryrefslogtreecommitdiff
path: root/graphics
diff options
context:
space:
mode:
authorjperkin <jperkin@pkgsrc.org>2020-10-22 11:07:45 +0000
committerjperkin <jperkin@pkgsrc.org>2020-10-22 11:07:45 +0000
commit47855de2c784074f96394ce00b6fcc1110311be6 (patch)
tree97d41056fe15d3c55fe80938099741fefb3c1373 /graphics
parentb311b5d49fc2c9db7795cf11d2473ce485489e8c (diff)
downloadpkgsrc-47855de2c784074f96394ce00b6fcc1110311be6.tar.gz
ImageMagick: Skip another file with CTF issues.
Diffstat (limited to 'graphics')
-rw-r--r--graphics/ImageMagick/Makefile3
1 files changed, 2 insertions, 1 deletions
diff --git a/graphics/ImageMagick/Makefile b/graphics/ImageMagick/Makefile
index 7cb9621e7f7..7ee5d994a91 100644
--- a/graphics/ImageMagick/Makefile
+++ b/graphics/ImageMagick/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.278 2020/10/05 11:33:43 wiz Exp $
+# $NetBSD: Makefile,v 1.279 2020/10/22 11:07:45 jperkin Exp $
.include "Makefile.common"
@@ -84,6 +84,7 @@ SUBST_SED.fix-pc= -e 's,@PKG_CONFIG@,pkg-config,g'
# failed to convert strong functions and variables: Invalid type identifier
CTF_FILES_SKIP+= lib/libMagickCore-7.Q16HDRI.so.*
CTF_FILES_SKIP+= lib/libMagickWand-7.Q16HDRI.so.*
+CTF_FILES_SKIP+= lib/libMagickCore-6.Q16.so.* # CPU limit exceeded
.include "../../archivers/bzip2/buildlink3.mk"
.include "../../archivers/xz/buildlink3.mk"