From c954baad647f66dafe42319b21f7ee713efff0de Mon Sep 17 00:00:00 2001 From: bsiegert Date: Sun, 17 Jan 2016 19:04:45 +0000 Subject: Pullup ticket #4889 - requested by leot print/gv: bugfix Revisions pulled up: - print/gv/Makefile 1.84 --- Module Name: pkgsrc Committed By: markd Date: Wed Jan 6 10:14:10 UTC 2016 Modified Files: pkgsrc/print/gv: Makefile Log Message: Use pkg-config when building so that correct defines are used when building against libXaw3d. Fixes problem that gv would fail with the error: Warning: Representation size 4 must match superclass's to override highlightedFrameStyle Error: Object "toggleEven" does not have windowed ancestor --- print/gv/Makefile | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'print') diff --git a/print/gv/Makefile b/print/gv/Makefile index f20d952f267..b018fd8e46b 100644 --- a/print/gv/Makefile +++ b/print/gv/Makefile @@ -1,7 +1,7 @@ -# $NetBSD: Makefile,v 1.83 2015/12/03 17:34:56 leot Exp $ +# $NetBSD: Makefile,v 1.83.2.1 2016/01/17 19:04:45 bsiegert Exp $ DISTNAME= gv-3.7.4 -PKGREVISION= 5 +PKGREVISION= 6 CATEGORIES= print MASTER_SITES= ${MASTER_SITE_GNU:=gv/} @@ -11,7 +11,7 @@ COMMENT= PostScript and PDF previewer LICENSE= gnu-gpl-v3 GNU_CONFIGURE= yes -USE_TOOLS+= gmake gs:run makeinfo perl:run +USE_TOOLS+= gmake gs:run makeinfo perl:run pkg-config TEXINFO_REQD= 4.2 INFO_FILES= yes -- cgit v1.2.3