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.
This commit is contained in:
parent
ea8c1c99fa
commit
62a1f60797
1 changed files with 2 additions and 2 deletions
|
@ -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 @@ CONFIGURE_ARGS+= --with-qt=no
|
|||
# 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"
|
||||
|
||||
|
|
Loading…
Reference in a new issue