From b9569d9db4f83dea9b3c3f3388a788366ee69bed Mon Sep 17 00:00:00 2001 From: pal1000 Date: Sun, 3 Dec 2023 12:38:49 +0200 Subject: [PATCH] mesa/radv: fix for undefined reference to radv_GetCalibratedTimestampsEXT was upstreamed in https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/24664 --- mingw-w64-mesa/PKGBUILD | 9 ++------- 1 file changed, 2 insertions(+), 7 deletions(-) diff --git a/mingw-w64-mesa/PKGBUILD b/mingw-w64-mesa/PKGBUILD index ae6f0bd475..869f1da536 100644 --- a/mingw-w64-mesa/PKGBUILD +++ b/mingw-w64-mesa/PKGBUILD @@ -38,15 +38,13 @@ source=(https://mesa.freedesktop.org/archive/${_realname}-${pkgver}.tar.xz{,.sig llvmwrapgen.sh do-not-install-standard-headers.patch 0003-addrlib-workaround-old-cpu-target.patch - 0005-gallium-fix-build-with-llvm-17.patch - 0007-fix-undef-ref-radv_GetCalibratedTimestampsEXT.patch::https://gitlab.freedesktop.org/mesa/mesa/-/commit/3e72539d.patch) + 0005-gallium-fix-build-with-llvm-17.patch) sha256sums=('50f729dd60ed6335b989095baad81ef5edf7cfdd4b4b48b9b955917cb07d69c5' 'SKIP' '69f21522f20c10f5699dfe3e128aa88d4fedde816f6e8df1506d7470c44bf3da' 'ac10033dd72e6ab705a8bdd5e2a47542a557d0cfc4c23fd0f319f682ec9308b8' '4e511b1ab380d0e7d1f152f89c82665e5ef7de96f26de1b5597aa1db85cfc5a4' - '0060d3629041597fd40c86d9ebee46c1729b7fc13ba29f89a1bf0db0823b21b4' - 'da965be606186740c7d323e309e9be03d1b5e13f88a765a1e50338ef79cb92b7') + '0060d3629041597fd40c86d9ebee46c1729b7fc13ba29f89a1bf0db0823b21b4') validpgpkeys=('8703B6700E7EE06D7A39B8D6EDAE37B02CEB490D') # Emil Velikov validpgpkeys+=('946D09B5E4C9845E63075FF1D961C596A7203456') # Andres Gomez validpgpkeys+=('E3E8F480C52ADD73B278EE78E1ECBE07D7D70895') # Juan Antonio Suárez Romero (Igalia, S.L.) " @@ -87,9 +85,6 @@ prepare() { # https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/23827 apply_patch_with_msg \ 0005-gallium-fix-build-with-llvm-17.patch - # https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/24664 - apply_patch_with_msg \ - 0007-fix-undef-ref-radv_GetCalibratedTimestampsEXT.patch # Generate binary wrap for LLVM if llvm-config tool is busted if ! [ "$(${MINGW_PREFIX}/bin/llvm-config --has-rtti 2>&1)" = YES ] && ! [ "$(${MINGW_PREFIX}/bin/llvm-config --has-rtti 2>&1)" = NO ]; then