[arch-commits] Commit in vapoursynth/trunk (PKGBUILD)
    Antonio Rojas 
    arojas at archlinux.org
       
    Tue Nov  5 07:12:11 UTC 2019
    
    
  
    Date: Tuesday, November 5, 2019 @ 07:12:10
  Author: arojas
Revision: 524161
Fix build with python 3.8
Modified:
  vapoursynth/trunk/PKGBUILD
----------+
 PKGBUILD |    1 +
 1 file changed, 1 insertion(+)
Modified: PKGBUILD
===================================================================
--- PKGBUILD	2019-11-05 07:10:55 UTC (rev 524160)
+++ PKGBUILD	2019-11-05 07:12:10 UTC (rev 524161)
@@ -46,6 +46,7 @@
 prepare() {
   cd vapoursynth
 
+  sed -e 's|python-$PYTHON_VERSION|python-$PYTHON_VERSION-embed|' -i configure.ac # Fix linking with python 3.8
   ./autogen.sh
 }
 
    
    
More information about the arch-commits
mailing list