Date: Thursday, April 15, 2021 @ 22:43:46 Author: foutrelis Revision: 919242
Work around missing config.rpath Modified: aegisub/trunk/PKGBUILD ----------+ PKGBUILD | 4 ++++ 1 file changed, 4 insertions(+) Modified: PKGBUILD =================================================================== --- PKGBUILD 2021-04-15 22:37:17 UTC (rev 919241) +++ PKGBUILD 2021-04-15 22:43:46 UTC (rev 919242) @@ -64,6 +64,10 @@ patch -p1 -i ../fix-ffms2-compat-2.patch patch -p1 -i ../fix-ffms2-compat-3.patch + # Not sure when this broke and resulted in: + # > configure.ac: error: required file 'config.rpath' not found + cp /usr/share/gettext/config.rpath . + ./autogen.sh }
