From 017e70fa00921b7fb1ea85a23f3cb99ae549aa11 Mon Sep 17 00:00:00 2001 From: Peter Zhigalov Date: Mon, 4 Mar 2024 12:33:40 +0700 Subject: [PATCH] Update xz, gettext, libffi, libpng, expat, pixman, glib, pango, libgpg-error --- modulesets/bootstrap.modules | 18 +++++++++--------- patches/0001-XZ-disable-futimens.patch | 10 +++++----- 2 files changed, 14 insertions(+), 14 deletions(-) diff --git a/modulesets/bootstrap.modules b/modulesets/bootstrap.modules index 172aa0e..b709e1e 100644 --- a/modulesets/bootstrap.modules +++ b/modulesets/bootstrap.modules @@ -54,14 +54,14 @@ - + - + @@ -130,19 +130,19 @@ - + - + - + @@ -150,7 +150,7 @@ - + @@ -214,7 +214,7 @@ - + @@ -248,7 +248,7 @@ - + @@ -415,7 +415,7 @@ - + diff --git a/patches/0001-XZ-disable-futimens.patch b/patches/0001-XZ-disable-futimens.patch index cecee18..6d8c86a 100644 --- a/patches/0001-XZ-disable-futimens.patch +++ b/patches/0001-XZ-disable-futimens.patch @@ -8,19 +8,19 @@ Subject: [PATCH] XZ: disable futimens 1 file changed, 3 insertions(+) diff --git a/config.h.in b/config.h.in -index c8ba420..f95b12c 100644 +index 8370ce1..dda69d5 100644 --- a/config.h.in +++ b/config.h.in -@@ -133,7 +133,10 @@ - #undef HAVE_FCNTL_H +@@ -157,7 +157,10 @@ + #undef HAVE_FUNC_ATTRIBUTE_IFUNC - /* Define to 1 if you have the `futimens' function. */ + /* Define to 1 if you have the 'futimens' function. */ +/* +// warning: 'futimens' is only available on macOS 10.13 or newer [-Wunguarded-availability-new] #undef HAVE_FUTIMENS +*/ - /* Define to 1 if you have the `futimes' function. */ + /* Define to 1 if you have the 'futimes' function. */ #undef HAVE_FUTIMES -- 2.37.0 (Apple Git-136)