pkgsrc-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[pkgsrc/trunk]: pkgsrc/graphics/ImageMagick6 graphics/ImageMagick6: allow SUB...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/90a3fe71a46b
branches:  trunk
changeset: 428245:90a3fe71a46b
user:      rillig <rillig%pkgsrc.org@localhost>
date:      Sun Apr 26 10:03:25 2020 +0000

description:
graphics/ImageMagick6: allow SUBST block to be a no-op

diffstat:

 graphics/ImageMagick6/Makefile |  6 +++++-
 1 files changed, 5 insertions(+), 1 deletions(-)

diffs (20 lines):

diff -r bb5d10a417b7 -r 90a3fe71a46b graphics/ImageMagick6/Makefile
--- a/graphics/ImageMagick6/Makefile    Sun Apr 26 10:01:38 2020 +0000
+++ b/graphics/ImageMagick6/Makefile    Sun Apr 26 10:03:25 2020 +0000
@@ -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|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
 



Home | Main Index | Thread Index | Old Index