Lines 50-58
TMPDIR?= ${WRKDIR}
Link Here
|
50 |
|
50 |
|
51 |
OPTIONS_DEFINE= DOCS GDB SOURCES WASM |
51 |
OPTIONS_DEFINE= DOCS GDB SOURCES WASM |
52 |
OPTIONS_DEFAULT= SOURCES WASM |
52 |
OPTIONS_DEFAULT= SOURCES WASM |
53 |
.if !defined(NIGHTLY_DATE) |
|
|
54 |
OPTIONS_EXCLUDE= DOCS # https://github.com/rust-lang/rust/issues/76526 |
55 |
.endif |
56 |
|
53 |
|
57 |
GDB_DESC= Install ports gdb (necessary for debugging rust programs) |
54 |
GDB_DESC= Install ports gdb (necessary for debugging rust programs) |
58 |
SOURCES_DESC= Install source files |
55 |
SOURCES_DESC= Install source files |