[arch-commits] Commit in libretro-citra/trunk (PKGBUILD)
Antonio Rojas
arojas at gemini.archlinux.org
Sat Mar 12 19:33:36 UTC 2022
Date: Saturday, March 12, 2022 @ 19:33:35
Author: arojas
Revision: 1150140
9437DD3815A7A9169E3D3946AFF5D95098BC6FF5 key removal
Modified:
libretro-citra/trunk/PKGBUILD
----------+
PKGBUILD | 5 ++++-
1 file changed, 4 insertions(+), 1 deletion(-)
Modified: PKGBUILD
===================================================================
--- PKGBUILD 2022-03-12 19:24:56 UTC (rev 1150139)
+++ PKGBUILD 2022-03-12 19:33:35 UTC (rev 1150140)
@@ -2,7 +2,7 @@
pkgname=libretro-citra
pkgver=6981
-pkgrel=1
+pkgrel=2
pkgdesc='Nintendo 3DS core'
arch=(x86_64)
url=https://github.com/libretro/citra
@@ -67,6 +67,9 @@
git config submodule.${submodule}.url ../citra-${submodule##*/}
git submodule update
done
+
+# Fix build with glibc 2.34
+ find -name catch.hpp | xargs sed -e 's|MINSIGSTKSZ|2048|g' -i
}
pkgver() {
More information about the arch-commits
mailing list