Lines 36-41
CONFIGURE_ARGS+= --prefix ${PREFIX} \
Link Here
|
36 |
--mandir man \ |
36 |
--mandir man \ |
37 |
--infodir ${INFO_PATH} |
37 |
--infodir ${INFO_PATH} |
38 |
|
38 |
|
|
|
39 |
# Enable all optional features to make builds deterministic. Consumers can |
40 |
# expose those as port OPTIONS_* or explicitly pass -D<option>=disabled |
41 |
CONFIGURE_ARGS+= --auto-features=enabled |
42 |
|
39 |
# Disable color output. Meson forces it on by default, Ninja |
43 |
# Disable color output. Meson forces it on by default, Ninja |
40 |
# strips it before it goes to the log, but Samurai does not, so we |
44 |
# strips it before it goes to the log, but Samurai does not, so we |
41 |
# might end up with ANSI escape sequences in the logs. |
45 |
# might end up with ANSI escape sequences in the logs. |