changeset 6562:4a5428df82e1

mesa: remove patch * src/mesa-2-ucrt.patch: removed patch * dist-files.mk: remove ref to patch
author John Donoghue <john.donoghue@ieee.org>
date Mon, 05 Dec 2022 11:25:58 -0500
parents 7dc44c7d27bd
children 90df21525cd8
files dist-files.mk src/mesa-2-ucrt.patch
diffstat 2 files changed, 0 insertions(+), 17 deletions(-) [+]
line wrap: on
line diff
--- a/dist-files.mk	Mon Dec 05 11:25:56 2022 -0500
+++ b/dist-files.mk	Mon Dec 05 11:25:58 2022 -0500
@@ -337,7 +337,6 @@
   lzo.mk \
   matio.mk \
   mdbtools.mk \
-  mesa-2-ucrt.patch \
   mesa-proto.mk \
   mesa.mk \
   mingw-blas-1-xerbla.patch \
--- a/src/mesa-2-ucrt.patch	Mon Dec 05 11:25:56 2022 -0500
+++ /dev/null	Thu Jan 01 00:00:00 1970 +0000
@@ -1,16 +0,0 @@
-From a3b60fc23f2968e2d22c8d46baf29d4cd90b0d5c Mon Sep 17 00:00:00 2001
-From: Jeremy Drake <github@jdrake.com>
-Date: Sat, 16 Oct 2021 16:50:46 -0700
-Subject: [PATCH] mesa: fixes for UCRT.
-
---- mesa-21.2.4/src/compiler/nir/nir.h.orig	2021-10-14 12:59:05.367845000 -0700
-+++ mesa-21.2.4/src/compiler/nir/nir.h	2021-10-16 15:55:09.881268400 -0700
-@@ -54,7 +54,7 @@
- 
- #include "nir_opcodes.h"
- 
--#if defined(_WIN32) && !defined(snprintf)
-+#if defined(_WIN32) && !defined(snprintf) && !defined(_UCRT)
- #define snprintf _snprintf
- #endif
-