git: 73ad0c0f75ec - main - lang/python311: Revert unrelated changes in c4d9557b0830c8d4028737d25344456002760586
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Fri, 30 Jun 2023 07:22:46 UTC
The branch main has been updated by sunpoet:
URL: https://cgit.FreeBSD.org/ports/commit/?id=73ad0c0f75ecc7d84cede879d271211a3f4baa16
commit 73ad0c0f75ecc7d84cede879d271211a3f4baa16
Author: Po-Chuan Hsieh <sunpoet@FreeBSD.org>
AuthorDate: 2023-06-30 07:08:08 +0000
Commit: Po-Chuan Hsieh <sunpoet@FreeBSD.org>
CommitDate: 2023-06-30 07:08:08 +0000
lang/python311: Revert unrelated changes in c4d9557b0830c8d4028737d25344456002760586
---
lang/python311/Makefile | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/lang/python311/Makefile b/lang/python311/Makefile
index dda2856097ec..2ce279dbef2c 100644
--- a/lang/python311/Makefile
+++ b/lang/python311/Makefile
@@ -108,10 +108,10 @@ DISABLED_EXTENSIONS+= nis
PLIST_SUB+= NO_NIS=""
.endif
-#.if ${SSL_DEFAULT:Mlibressl*}
+.if ${SSL_DEFAULT:Mlibressl*}
EXTRA_PATCHES+= ${PATCHDIR}/libressl
CONFIGURE_ENV+= ac_cv_working_openssl_hashlib=yes
-#.endif
+.endif
post-patch:
# disable the detection of includes and library from e2fsprogs-libuuid,