summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorStelios Tsampas2022-06-06 23:48:42 +0300
committerStelios Tsampas2022-06-06 23:48:42 +0300
commita80eacab9008ed4b5e86e4b110404b0ccc377e79 (patch)
tree7a6ef90af01db15d4775eb5cd83b7cbe52b7f4f9 /PKGBUILD
parent579f644c5f5d0e0262b3ae95580c0ef6ed02bd54 (diff)
downloadaur-a80eacab9008ed4b5e86e4b110404b0ccc377e79.tar.gz
Fix dxvk-nvapi build failure on gcc 12
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD2
1 files changed, 2 insertions, 0 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 527142401bf6..b6d861424056 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -242,6 +242,8 @@ prepare() {
git submodule init external/Vulkan-Headers
git config submodule.external/Vulkan-Headers.url "$srcdir"/Vulkan-Headers
git submodule update external/Vulkan-Headers
+ # GCC 12 build failure
+ git cherry-pick 33bf3c7a6a3dc9e330cd338bf1877b5481c655e3
popd
for submodule in gst-plugins-rs media-converter; do