diff options
author | jperkin <jperkin@pkgsrc.org> | 2022-07-25 10:04:35 +0000 |
---|---|---|
committer | jperkin <jperkin@pkgsrc.org> | 2022-07-25 10:04:35 +0000 |
commit | f83839d23d43b82a92899375e682e2cb10c4df9f (patch) | |
tree | a4af234d18ab8317047c284b405f7e749f38011f /lang/python37 | |
parent | fa1fbcfa68c89c87683c17220a5d30ab849b9539 (diff) | |
download | pkgsrc-f83839d23d43b82a92899375e682e2cb10c4df9f.tar.gz |
python37: Skip wrkrefs exposed by pkg-config change.
Diffstat (limited to 'lang/python37')
-rw-r--r-- | lang/python37/Makefile | 6 |
1 files changed, 5 insertions, 1 deletions
diff --git a/lang/python37/Makefile b/lang/python37/Makefile index ce5ad650f38..8d126b69786 100644 --- a/lang/python37/Makefile +++ b/lang/python37/Makefile @@ -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: |