summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD5
1 files changed, 4 insertions, 1 deletions
diff --git a/PKGBUILD b/PKGBUILD
index accf21bb4680..8f466f5bd567 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -3,7 +3,7 @@
pkgname=('mangohud' 'mangoapp' 'mangohud-common')
pkgbase=mangohud
pkgver=0.6.9.1
-pkgrel=1
+pkgrel=2
_imgui_ver=1.81
_vulkan_ver=1.2.158
pkgdesc="A Vulkan overlay layer for monitoring FPS, temperatures, CPU/GPU load and more."
@@ -46,6 +46,9 @@ prepare() {
# Use system cmocka instead of subproject
sed -i "s/ cmocka = subproject('cmocka')//g" meson.build
sed -i "s/cmocka_dep = cmocka.get_variable('cmocka_dep')/cmocka_dep = dependency('cmocka')/g" meson.build
+
+ # Fix build with GCC 13
+ git cherry-pick -n 3f8f036ee8773ae1af23dd0848b6ab487b5ac7de
}
build() {