Date: Saturday, March 12, 2022 @ 10:44:47 Author: arojas Revision: 1149797
Unbundle doctest, fixes build with glibc 2.34 Modified: vbam/trunk/PKGBUILD ----------+ PKGBUILD | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) Modified: PKGBUILD =================================================================== --- PKGBUILD 2022-03-12 10:05:49 UTC (rev 1149796) +++ PKGBUILD 2022-03-12 10:44:47 UTC (rev 1149797) @@ -7,7 +7,7 @@ vbam-wx ) pkgver=2.1.4.r453.65b5affe -pkgrel=1 +pkgrel=2 pkgdesc='Nintendo GameBoy Advance emulator' arch=(x86_64) url=https://vba-m.com @@ -25,6 +25,7 @@ ) makedepends=( cmake + doctest ffmpeg git libglvnd @@ -46,6 +47,7 @@ prepare() { cd visualboyadvance-m patch -Np1 -i ../vbam-ffmpeg5.0.patch + sed -e 's|${CMAKE_SOURCE_DIR}/third_party|/usr|' -i src/wx/tests/CMakeLists.txt # Unbundle doctest (bundled one is not glibc 2.34 compatible) } pkgver() {
