# HG changeset patch # User John Donoghue # Date 1647439390 14400 # Node ID ae47b6fda5ac7e021dd43969c93f31aa2366e186 # Parent e6a45e6653a80548a53f526f41af75d998b86ed9 mesa: update to v21.3.7 * src/mesa.mk: update version , checksum * src/mesa-1-meson.patch: removed * dist-files.mk: removed ref to deleted file diff -r e6a45e6653a8 -r ae47b6fda5ac dist-files.mk --- a/dist-files.mk Tue Mar 15 14:39:55 2022 -0400 +++ b/dist-files.mk Wed Mar 16 10:03:10 2022 -0400 @@ -331,7 +331,6 @@ lzo.mk \ matio.mk \ mdbtools.mk \ - mesa-1-meson.patch \ mesa-2-ucrt.patch \ mesa-proto.mk \ mesa.mk \ diff -r e6a45e6653a8 -r ae47b6fda5ac src/mesa-1-meson.patch --- a/src/mesa-1-meson.patch Tue Mar 15 14:39:55 2022 -0400 +++ /dev/null Thu Jan 01 00:00:00 1970 +0000 @@ -1,15 +0,0 @@ -Don't link to Win32 library libstdc++ - -diff --git "a/meson.build" "b/meson.build" -index eaaca7f..9b9d2d3 100644 ---- "a/meson.build" -+++ "b/meson.build" -@@ -1030,8 +1030,7 @@ if host_machine.system() == 'windows' - add_project_link_arguments( - '-Wl,--nxcompat', - '-Wl,--dynamicbase', - '-static-libgcc', -- '-static-libstdc++', - language : ['c', 'cpp'], - ) - endif diff -r e6a45e6653a8 -r ae47b6fda5ac src/mesa.mk --- a/src/mesa.mk Tue Mar 15 14:39:55 2022 -0400 +++ b/src/mesa.mk Wed Mar 16 10:03:10 2022 -0400 @@ -2,8 +2,8 @@ # See index.html for further information. PKG := mesa -$(PKG)_VERSION := 21.2.6 -$(PKG)_CHECKSUM := b7057fa4e57ae4155248b38b5085d083689ac94c +$(PKG)_VERSION := 21.3.7 +$(PKG)_CHECKSUM := 8e12e6aec2510c3f0d9858e5f4ccf4f1189074ca $(PKG)_SUBDIR := mesa-$($(PKG)_VERSION) $(PKG)_FILE := mesa-$($(PKG)_VERSION).tar.xz $(PKG)_URL := ftp://ftp.freedesktop.org/pub/mesa/$($(PKG)_FILE)