diff options
author | jperkin <jperkin@pkgsrc.org> | 2022-01-21 10:43:51 +0000 |
---|---|---|
committer | jperkin <jperkin@pkgsrc.org> | 2022-01-21 10:43:51 +0000 |
commit | 9281425fcb52c39e822e520c17af7135199e490d (patch) | |
tree | c4a1ada04fc71adb1fe1227c7b530308eb4e0505 /lang/python39 | |
parent | 798f5c27bd786e0fca3cff7b022c94bdfdd19ff1 (diff) | |
download | pkgsrc-9281425fcb52c39e822e520c17af7135199e490d.tar.gz |
python3*: Add REPLACE_SH, from pekdon via IRC.
Diffstat (limited to 'lang/python39')
-rw-r--r-- | lang/python39/Makefile | 4 |
1 files changed, 3 insertions, 1 deletions
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 |