From 52c84cd494297c7b78137e1fcad561abceda73ff Mon Sep 17 00:00:00 2001 From: Juan RP Date: Tue, 24 Dec 2019 11:33:37 +0100 Subject: [PATCH] vapoursynth: fix linkage with Python 3.8 (via Arch). --- srcpkgs/vapoursynth/template | 2 ++ 1 file changed, 2 insertions(+) diff --git a/srcpkgs/vapoursynth/template b/srcpkgs/vapoursynth/template index 8afa4336e7..de94cf5faf 100644 --- a/srcpkgs/vapoursynth/template +++ b/srcpkgs/vapoursynth/template @@ -21,6 +21,8 @@ case $XBPS_TARGET_MACHINE in esac pre_configure() { + # Fix linking with python 3.8 + vsed -e 's|python-$PYTHON_VERSION|python-$PYTHON_VERSION-embed|' -i configure.ac ./autogen.sh case $XBPS_TARGET_MACHINE in arm*musl)