commit:     52f6711ecd0f318a2747e781302a81f8e61808c6
Author:     Fabian Groffen <grobian <AT> gentoo <DOT> org>
AuthorDate: Wed May  3 07:10:08 2023 +0000
Commit:     Fabian Groffen <grobian <AT> gentoo <DOT> org>
CommitDate: Wed May  3 07:10:08 2023 +0000
URL:        https://gitweb.gentoo.org/repo/proj/prefix.git/commit/?id=52f6711e

dev-lang/python-3.11.3: drop _scproxy on Darwin

Fails to compile on at least Darwin 17 due to Framework header issues
that GCC points out.  Gets too close to system headers, and system proxy
integration is not that important since we're CLI-oriented anyway.

Signed-off-by: Fabian Groffen <grobian <AT> gentoo.org>

 dev-lang/python/python-3.11.3.ebuild | 1 +
 1 file changed, 1 insertion(+)

diff --git a/dev-lang/python/python-3.11.3.ebuild 
b/dev-lang/python/python-3.11.3.ebuild
index 387aabcd88..05c62dbe9c 100644
--- a/dev-lang/python/python-3.11.3.ebuild
+++ b/dev-lang/python/python-3.11.3.ebuild
@@ -367,6 +367,7 @@ src_configure() {
        use readline || disable_modules+=( READLINE )
        use tk || disable_modules+=( _TKINTER )
        use kernel_linux || disable_modules+=( OSSAUDIODEV )
+       [[ ${CHOST} == *-apple-darwin* ]] && disable_modules+=( _SCPROXY )
 
        local mod
        for mod in "${disable_modules[@]}"; do

Reply via email to