pkgsrc-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[pkgsrc/trunk]: pkgsrc/graphics/GraphicsMagick Build fix for GraphicsMagick 1...
details: https://anonhg.NetBSD.org/pkgsrc/rev/474ea7a42bb9
branches: trunk
changeset: 325642:474ea7a42bb9
user: prlw1 <prlw1%pkgsrc.org@localhost>
date: Thu Nov 22 15:51:45 2018 +0000
description:
Build fix for GraphicsMagick 1.3.31 update
[It is worth building packages with PKG_DEVELOPER=yes set before committing
updates.]
GraphicsMagick 1.3.31 added PKG_CONFIG, PKG_CONFIG_PATH, and presumably
PKG_CONFIG_LIBDIR to its build system, which then appear in the output
of "gm version". Ignore the WRKDIR which appears listed there.
diffstat:
graphics/GraphicsMagick/Makefile | 4 +++-
1 files changed, 3 insertions(+), 1 deletions(-)
diffs (18 lines):
diff -r a259e72e7629 -r 474ea7a42bb9 graphics/GraphicsMagick/Makefile
--- a/graphics/GraphicsMagick/Makefile Thu Nov 22 15:06:09 2018 +0000
+++ b/graphics/GraphicsMagick/Makefile Thu Nov 22 15:51:45 2018 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.92 2018/11/20 10:19:29 adam Exp $
+# $NetBSD: Makefile,v 1.93 2018/11/22 15:51:45 prlw1 Exp $
.include "Makefile.common"
@@ -25,6 +25,8 @@
PKGCONFIG_OVERRIDE+= wand/GraphicsMagickWand.pc.in
PKGCONFIG_OVERRIDE+= Magick++/lib/GraphicsMagick++.pc.in
+CHECK_WRKREF_SKIP= ${PREFIX}/lib/libGraphicsMagick.*
+
TEST_TARGET= check
.include "options.mk"
Home |
Main Index |
Thread Index |
Old Index