pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/devel/pango Fix last commit from myself to work with t...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/b9781c2ed107
branches:  trunk
changeset: 521112:b9781c2ed107
user:      joerg <joerg%pkgsrc.org@localhost>
date:      Sun Nov 05 14:06:06 2006 +0000

description:
Fix last commit from myself to work with the changes from another of
my commits: CHECK_FILES_SKIP is a full path. Addresses PR 34991.

diffstat:

 devel/pango/Makefile |  4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)

diffs (18 lines):

diff -r 8714bcd863e2 -r b9781c2ed107 devel/pango/Makefile
--- a/devel/pango/Makefile      Sun Nov 05 14:05:58 2006 +0000
+++ b/devel/pango/Makefile      Sun Nov 05 14:06:06 2006 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.92 2006/11/03 11:27:56 joerg Exp $
+# $NetBSD: Makefile,v 1.93 2006/11/05 14:06:06 joerg Exp $
 
 DISTNAME=              pango-1.14.7
 PKGREVISION=           1
@@ -37,7 +37,7 @@
 # Avoid an ICE in gcc2 on sparc64
 CONFIGURE_ENV+=                F77=${FALSE:Q}
 
-CHECK_FILES_SKIP+=     libdata/pango/pango.modules
+CHECK_FILES_SKIP+=     ${PREFIX}/libdata/pango/pango.modules
 
 .include "options.mk"
 



Home | Main Index | Thread Index | Old Index