mirror of
https://git.freebsd.org/ports.git
synced 2025-05-16 09:11:50 -04:00
PR: 275494 Approved by: arrowd (mentor), portmgr (blanket, fix build) Differential Revision: https://reviews.freebsd.org/D44515
11 lines
463 B
Text
11 lines
463 B
Text
--- configure.orig 2021-02-15 18:24:25 UTC
|
|
+++ configure
|
|
@@ -18326,7 +18326,7 @@ else
|
|
ovs_cv_python3=$PYTHON3
|
|
else
|
|
ovs_cv_python3=no
|
|
- for binary in python3 python3.4 python3.5 python3.6 python3.7; do
|
|
+ for binary in python3 python3.4 python3.5 python3.6 python3.7 python3.8 python3.9 python3.10 python3.11; do
|
|
ovs_save_IFS=$IFS; IFS=$PATH_SEPARATOR
|
|
for dir in $PATH; do
|
|
IFS=$ovs_save_IFS
|