aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorYuri Victorovich <yuri@FreeBSD.org>2024-06-06 07:51:39 +0000
committerYuri Victorovich <yuri@FreeBSD.org>2024-06-06 08:49:01 +0000
commit7720b02014c220453ae9a407ff5583ad83a6806c (patch)
tree8368c34fafdd744666e9382872eb91fd48d77aa0
parent31d903a61a83f796d724bad9acec9c43bb17ba40 (diff)
downloadports-7720b02014c220453ae9a407ff5583ad83a6806c.tar.gz
ports-7720b02014c220453ae9a407ff5583ad83a6806c.zip
net/cjdns: Fix build
Reported by: fallout
-rw-r--r--net/cjdns/files/patch-node__build_FindPython.js2
1 files changed, 1 insertions, 1 deletions
diff --git a/net/cjdns/files/patch-node__build_FindPython.js b/net/cjdns/files/patch-node__build_FindPython.js
index 995b0bcc0f40..09eb77e35f1f 100644
--- a/net/cjdns/files/patch-node__build_FindPython.js
+++ b/net/cjdns/files/patch-node__build_FindPython.js
@@ -5,7 +5,7 @@
// (as of this writing, we don't know what python3 versions actually work)
// whereas we know that python2.7 is the only working python2 version.
-var PYTHONS = ["python3.7", "python3", "python2.7", "python2", "python"];
-+var PYTHONS = ["python3.9", "python3.8", "python3.7", "python3", "python2.7", "python2", "python"];
++var PYTHONS = ["python3.11", "python3.9", "python3.8", "python3.7", "python3", "python2.7", "python2", "python"];
var SCRIPT = [
'import sys',