python37: Skip wrkrefs exposed by pkg-config change.
This commit is contained in:
parent
c9d08bf5e1
commit
390b172b5d
1 changed files with 5 additions and 1 deletions
|
@ -1,4 +1,4 @@
|
|||
# $NetBSD: Makefile,v 1.34 2022/03/19 18:55:44 adam Exp $
|
||||
# $NetBSD: Makefile,v 1.35 2022/07/25 10:04:35 jperkin Exp $
|
||||
|
||||
.include "dist.mk"
|
||||
|
||||
|
@ -191,6 +191,10 @@ hpux-postinstall:
|
|||
|
||||
INSTALLATION_DIRS+= lib/python${PY_VER_SUFFIX}/site-packages
|
||||
|
||||
# PKG_CONFIG_LIBDIR references to BUILDLINK_DIR
|
||||
CHECK_WRKREF_SKIP+= lib/python${PY_VER_SUFFIX}/_sysconfigdata*
|
||||
CHECK_WRKREF_SKIP+= lib/python${PY_VER_SUFFIX}/config-${PY_VER_SUFFIX}/Makefile
|
||||
|
||||
pre-install: setuptools-preinstall
|
||||
.PHONY: setuptools-preinstall
|
||||
setuptools-preinstall:
|
||||
|
|
Loading…
Reference in a new issue