linamh/app-emulation/virtualbox/files/virtualbox-6.1.34-r3-python.patch
Mario Fetka 20ef8b5c88 Bump
2024-06-18 10:44:56 +02:00

15 lines
343 B
Diff

diff --git a/configure b/configure
index fd2e296..695f6a7 100755
--- a/configure
+++ b/configure
@@ -1987,6 +1987,9 @@ check_python()
{
test_header "Python support"
+ # We force the right implementation in the ebuild instead
+ return
+
# On darwin this is a on/off decision only
if [ "$OS" = "darwin" ]; then
echo "enabled"