1
Fork 0
mirror of https://github.com/RGBCube/serenity synced 2025-07-25 18:27:35 +00:00

Ports: Update Python to 3.10.3

Released on 2022-03-16.
https://www.python.org/downloads/release/python-3103/
This commit is contained in:
Linus Groh 2022-03-25 22:15:22 +00:00
parent 37da5cb3b3
commit 6b8358b1f1
6 changed files with 17 additions and 17 deletions

View file

@ -1,4 +1,4 @@
From 90ab7a9c6b230961f5be4de7d41d34062b27eba5 Mon Sep 17 00:00:00 2001
From 6b7f5908f2d9ca0c3b19fe377feae8f8529e8f4e Mon Sep 17 00:00:00 2001
From: Linus Groh <mail@linusgroh.de>
Date: Fri, 14 Jan 2022 23:35:57 +0330
Subject: [PATCH 2/4] Tweak configure and configure.ac
@ -12,7 +12,7 @@ As usual, make the `configure` script recognize Serenity. Also set
2 files changed, 16 insertions(+), 2 deletions(-)
diff --git a/configure b/configure
index a7d2975..5d0f410 100755
index 0cc86f9..45a4ad6 100755
--- a/configure
+++ b/configure
@@ -3335,6 +3335,9 @@ then
@ -53,7 +53,7 @@ index a7d2975..5d0f410 100755
Darwin/*)
LINKFORSHARED="$extra_undefs -framework CoreFoundation"
diff --git a/configure.ac b/configure.ac
index 5aa91cb..55bd7a0 100644
index 547255f..b352890 100644
--- a/configure.ac
+++ b/configure.ac
@@ -391,6 +391,9 @@ then
@ -94,5 +94,5 @@ index 5aa91cb..55bd7a0 100644
Darwin/*)
LINKFORSHARED="$extra_undefs -framework CoreFoundation"
--
2.34.1
2.35.1