mirror of
https://github.com/netbirdio/FreeBSD-ports.git
synced 2026-05-22 18:42:42 -07:00
Big thank you to Anthony Donnelly for updating this difficult port. PR: 266303
12 lines
289 B
Plaintext
12 lines
289 B
Plaintext
--- configure.orig 2022-05-22 22:28:22 UTC
|
|
+++ configure
|
|
@@ -4,7 +4,7 @@ set -e
|
|
set -o pipefail
|
|
|
|
if [ -z "$PYTHON_BIN_PATH" ]; then
|
|
- PYTHON_BIN_PATH=$(which python3 || which python || true)
|
|
+ PYTHON_BIN_PATH=$(which %%PYTHON%% || which python || true)
|
|
fi
|
|
|
|
# Set all env variables
|