aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorWen Heping <wen@FreeBSD.org>2024-02-03 00:18:02 +0000
committerWen Heping <wen@FreeBSD.org>2024-02-03 00:58:29 +0000
commit407330f44b4b03403f68ffe693674bf08b06b976 (patch)
treecdf03f8b8f332e5f9fb866ef612a929fcfec9190
parent9bd4903fe741e6d787e72a40d8f455e66c2530f0 (diff)
downloadports-407330f44b4b03403f68ffe693674bf08b06b976.tar.gz
ports-407330f44b4b03403f68ffe693674bf08b06b976.zip
sysutils/swtpm: Fix build with python-3.11
PR: 276781 Reported by: wen@ Approved by: maintainer
-rw-r--r--sysutils/swtpm/files/patch-configure.ac11
1 files changed, 11 insertions, 0 deletions
diff --git a/sysutils/swtpm/files/patch-configure.ac b/sysutils/swtpm/files/patch-configure.ac
new file mode 100644
index 000000000000..44887f58ccd0
--- /dev/null
+++ b/sysutils/swtpm/files/patch-configure.ac
@@ -0,0 +1,11 @@
+--- configure.ac.orig 2024-02-02 13:37:42 UTC
++++ configure.ac
+@@ -409,8 +409,6 @@ fi
+ AC_MSG_ERROR([cp is required])
+ fi
+
+-AM_PATH_PYTHON([3.3])
+-
+ AC_ARG_ENABLE([hardening],
+ AS_HELP_STRING([--disable-hardening], [Disable hardening flags]))
+