From 8ec86e127753ea846ea95f7cdef93acf413db11e Mon Sep 17 00:00:00 2001 From: jc_gargma Date: Sat, 3 Sep 2022 13:03:30 -0700 Subject: Rebuild against fmt 9 --- PKGBUILD | 7 ++----- 1 file changed, 2 insertions(+), 5 deletions(-) diff --git a/PKGBUILD b/PKGBUILD index 6ba3f5f..09e11f2 100644 --- a/PKGBUILD +++ b/PKGBUILD @@ -1,5 +1,5 @@ # Maintainer: jc_gargma -# Maintainer (Arch): Sven-Hendrik Haase +# Maintainer (Arch): Sven-Hendrik Haase # Contributor (Arch): t3ddy # Contributor (Arch): Adrián Chaves Fernández (Gallaecio) @@ -9,7 +9,7 @@ pkgname=0ad pkgver=a25.b _pkgver=0.0.25b-alpha -pkgrel=6 +pkgrel=8 pkgdesc="Cross-platform, 3D and historically-based real-time strategy game" arch=('x86_64') url="https://play0ad.com/" @@ -38,9 +38,6 @@ prepare() { build() { cd "$pkgname-$_pkgver/build/workspaces" - # Work around GCC 12 ICE (https://bugs.gentoo.org/847601) - export CC=clang CXX=clang++ - # rust is prone to OOM, use 1 thread per 2GB ram #export MAKEFLAGS="-j32" -- cgit v1.2.1