pkgsrc-Changes archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
CVS commit: pkgsrc/graphics/ImageMagick
Module Name: pkgsrc
Committed By: jperkin
Date: Mon Jun 8 11:44:41 UTC 2020
Modified Files:
pkgsrc/graphics/ImageMagick: Makefile
Log Message:
ImageMagick: Fix and future-proof CTF_FILES_SKIP.
To generate a diff of this commit:
cvs rdiff -u -r1.268 -r1.269 pkgsrc/graphics/ImageMagick/Makefile
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.
Modified files:
Index: pkgsrc/graphics/ImageMagick/Makefile
diff -u pkgsrc/graphics/ImageMagick/Makefile:1.268 pkgsrc/graphics/ImageMagick/Makefile:1.269
--- pkgsrc/graphics/ImageMagick/Makefile:1.268 Tue Jun 2 08:22:42 2020
+++ pkgsrc/graphics/ImageMagick/Makefile Mon Jun 8 11:44:41 2020
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.268 2020/06/02 08:22:42 adam Exp $
+# $NetBSD: Makefile,v 1.269 2020/06/08 11:44:41 jperkin Exp $
PKGREVISION= 2
.include "Makefile.common"
@@ -83,8 +83,8 @@ SUBST_FILES.fix-pc+= MagickWand/MagickWa
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.4.0.0
-CTF_FILES_SKIP+= lib/libMagickWand-7.Q16HDRI.so.4.0.0
+CTF_FILES_SKIP+= lib/libMagickCore-7.Q16HDRI.so.*
+CTF_FILES_SKIP+= lib/libMagickWand-7.Q16HDRI.so.*
.include "../../archivers/bzip2/buildlink3.mk"
.include "../../archivers/xz/buildlink3.mk"
Home |
Main Index |
Thread Index |
Old Index