pkgsrc-Changes archive

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

CVS commit: pkgsrc/graphics/GraphicsMagick



Module Name:    pkgsrc
Committed By:   prlw1
Date:           Thu Nov 22 15:51:45 UTC 2018

Modified Files:
        pkgsrc/graphics/GraphicsMagick: Makefile

Log Message:
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.


To generate a diff of this commit:
cvs rdiff -u -r1.92 -r1.93 pkgsrc/graphics/GraphicsMagick/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/GraphicsMagick/Makefile
diff -u pkgsrc/graphics/GraphicsMagick/Makefile:1.92 pkgsrc/graphics/GraphicsMagick/Makefile:1.93
--- pkgsrc/graphics/GraphicsMagick/Makefile:1.92        Tue Nov 20 10:19:29 2018
+++ pkgsrc/graphics/GraphicsMagick/Makefile     Thu Nov 22 15:51:45 2018
@@ -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+=  magick/GraphicsMagi
 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