Date: Monday, August 23, 2021 @ 07:34:12 Author: alucryd Revision: 1004288
upgpkg: libretro-genesis-plus-gx 1794-1 Modified: libretro-genesis-plus-gx/trunk/PKGBUILD ----------+ PKGBUILD | 10 +++++++--- 1 file changed, 7 insertions(+), 3 deletions(-) Modified: PKGBUILD =================================================================== --- PKGBUILD 2021-08-23 07:34:09 UTC (rev 1004287) +++ PKGBUILD 2021-08-23 07:34:12 UTC (rev 1004288) @@ -4,7 +4,7 @@ # Contributor: almostalive <[email protected]> pkgname=libretro-genesis-plus-gx -pkgver=1786 +pkgver=1794 pkgrel=1 pkgdesc='Sega MS/GG/MD/CD core' arch=(x86_64) @@ -16,8 +16,11 @@ libvorbis zlib ) -makedepends=(git) -_commit=d2291c5fbb080b6325b0ab7b22a5145fcf69c171 +makedepends=( + clang + git +) +_commit=5cad35171d26dde21abe6aadf20f5f154ba57060 source=(libretro-genesis-plus-gx::git+https://github.com/libretro/Genesis-Plus-GX.git#commit=${_commit}) b2sums=(SKIP) @@ -27,6 +30,7 @@ } build() { + export CC=clang # FS#71188 - [libretro-genesis-plus-gx] segfaults when compiled with -O2 make \ SHARED_LIBVORBIS=1 \ SYSTEM_ZLIB=1 \
