mirror of
https://git.FreeBSD.org/ports.git
synced 2024-12-28 05:29:48 +00:00
net/openvswitch: Fix build with python-3.10 and python-3.11
PR: 275494 Approved by: arrowd (mentor), portmgr (blanket, fix build) Differential Revision: https://reviews.freebsd.org/D44515
This commit is contained in:
parent
25d4bea141
commit
29428d53cc
@ -5,7 +5,7 @@
|
||||
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; 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
|
||||
|
Loading…
Reference in New Issue
Block a user