Rust: manual fix for libressl 2.6.4
[dports.git] / lang / rust / Makefile.DragonFly
1 OPTIONS_DEFAULT:= ${OPTIONS_DEFAULT} PORT_LLVM
2
3 MASTER_SITES+=  https://leaf.dragonflybsd.org/~mneumann/rust/:rust_bootstrap \
4                 https://leaf.dragonflybsd.org/~mneumann/rust/:cargo_bootstrap
5
6 X_PY_ENV+="LD_LIBRARY_PATH=${WRKSRC}/build/${RUST_TARGET}/stage0/lib"
7 X_PY_ENV+="RUST_BACKTRACE=1"
8
9 # A pthread bug has been fixed in 5.0.2
10 .if ${DFLYVERSION} < 500002
11 MAKE_JOBS_NUMBER=1
12 .endif