Changes between Initial Version and Version 1 of Ticket #61744, comment 5
- Timestamp:
- Aug 4, 2021, 4:19:47 PM (3 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Ticket #61744, comment 5
initial v1 16 16 (Note the run of ./configure there is not the one that'll be used for the build; port will re-run it, so don't worry too much about setting configuration flags. We just need a valid config.status file or {{{make configure}}} will choke.) 17 17 18 Now edit {{{configure}}} and put {{{BUILD_DIR=` PWD`}}} near the top. It's already in the file, but in the wrong place; the variable gets used before it's set, and the script fails.18 Now edit {{{configure}}} and put {{{BUILD_DIR=`pwd`}}} near the top. It's already in the file, but in the wrong place; the variable gets used before it's set, and the script fails. 19 19 20 20 Finally: