summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorrillig <rillig@pkgsrc.org>2020-04-26 10:03:25 +0000
committerrillig <rillig@pkgsrc.org>2020-04-26 10:03:25 +0000
commit9dd3785c8ec7082d23952de596fd9767a6bbf2b8 (patch)
tree8faa0140731c5dc13827728ce7f5d29a45b7a513
parentaa9b491451ad61cbcfb5601033ac4b766fc251e2 (diff)
downloadpkgsrc-9dd3785c8ec7082d23952de596fd9767a6bbf2b8.tar.gz
graphics/ImageMagick6: allow SUBST block to be a no-op
-rw-r--r--graphics/ImageMagick6/Makefile6
1 files changed, 5 insertions, 1 deletions
diff --git a/graphics/ImageMagick6/Makefile b/graphics/ImageMagick6/Makefile
index 190b30a054a..6cb53fa19c3 100644
--- a/graphics/ImageMagick6/Makefile
+++ b/graphics/ImageMagick6/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.30 2020/04/24 09:24:34 nia Exp $
+# $NetBSD: Makefile,v 1.31 2020/04/26 10:03:25 rillig Exp $
.include "Makefile.common"
@@ -47,6 +47,10 @@ SUBST_SED.pkgcfg+= -e 's|Magick-config |Magick-config6 |g'
SUBST_SED.pkgcfg+= -e 's|s Magick++|s Magick++-6.Q16|g'
SUBST_SED.pkgcfg+= -e 's|@PKG_CONFIG@|${PREFIX}/bin/pkg-config|g'
SUBST_STAGE.pkgcfg= pre-configure
+SUBST_NOOP_OK.pkgcfg= yes
+# The files magick/ImageMagick.pc.in and magick/MagickCore.pc.in are not
+# modified, and they don't need to since their names don't appear in any
+# "Requires:" line.
GCC_REQD+= 2.95.3