summaryrefslogtreecommitdiff
path: root/graphics/ImageMagick6
diff options
context:
space:
mode:
authorjperkin <jperkin@pkgsrc.org>2018-11-12 14:40:20 +0000
committerjperkin <jperkin@pkgsrc.org>2018-11-12 14:40:20 +0000
commitc3d62f103b9c769bb6945eff24f24bab4a9521a1 (patch)
treee397ee918cfbb840d9b0ed8de94a4ab618a66412 /graphics/ImageMagick6
parent1294646d3d2943cb01c2ad4969b077bfabaf42e1 (diff)
downloadpkgsrc-c3d62f103b9c769bb6945eff24f24bab4a9521a1.tar.gz
*: Add CTF_SUPPORTED/CTF_FILES_SKIP where necessary.
Diffstat (limited to 'graphics/ImageMagick6')
-rw-r--r--graphics/ImageMagick6/Makefile6
1 files changed, 5 insertions, 1 deletions
diff --git a/graphics/ImageMagick6/Makefile b/graphics/ImageMagick6/Makefile
index 893cbd734b3..adfacef8fec 100644
--- a/graphics/ImageMagick6/Makefile
+++ b/graphics/ImageMagick6/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.20 2018/11/12 03:51:16 ryoon Exp $
+# $NetBSD: Makefile,v 1.21 2018/11/12 14:40:21 jperkin Exp $
PKGREVISION= 6
.include "Makefile.common"
@@ -97,6 +97,10 @@ SUBST_MESSAGE.fix-tools=Unwrapping tools path in delegate paths.
SUBST_FILES.fix-tools= config/delegates.xml
SUBST_SED.fix-tools= -e 's,${TOOLS_DIR},,g'
+# failed to convert strong functions and variables: Invalid type identifier
+CTF_FILES_SKIP+= lib/libMagickCore-6.Q16.so.5.0.0
+CTF_FILES_SKIP+= lib/libMagickWand-6.Q16.so.5.0.0
+
.include "../../archivers/bzip2/buildlink3.mk"
.include "../../archivers/xz/buildlink3.mk"
.include "../../devel/libltdl/buildlink3.mk"