From 9281425fcb52c39e822e520c17af7135199e490d Mon Sep 17 00:00:00 2001 From: jperkin Date: Fri, 21 Jan 2022 10:43:51 +0000 Subject: python3*: Add REPLACE_SH, from pekdon via IRC. --- lang/python39/Makefile | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) (limited to 'lang/python39') diff --git a/lang/python39/Makefile b/lang/python39/Makefile index fd4810751af..5868fa8818b 100644 --- a/lang/python39/Makefile +++ b/lang/python39/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.15 2022/01/20 13:06:33 jperkin Exp $ +# $NetBSD: Makefile,v 1.16 2022/01/21 10:43:52 jperkin Exp $ .include "dist.mk" @@ -148,6 +148,8 @@ REPLACE_FILES.python+= Lib/turtledemo/yinyang.py REPLACE_FILES.python+= Lib/uu.py REPLACE_FILES.python+= Lib/webbrowser.py +REPLACE_SH+= Misc/python-config.sh.in + # XXX: It might be needed to add manually more paths like ${PREFIX}/qt5/lib # Test: python -c 'from ctypes.util import find_library; print(find_library("ffi"));' SUBST_CLASSES+= findlib -- cgit v1.2.3