mirror of
https://git.freebsd.org/ports.git
synced 2025-05-17 09:33:11 -04:00
11 lines
289 B
Text
11 lines
289 B
Text
--- 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
|