As we discussed in the last meeting, we reset the ports tree and began from scratch, even though this change involves porting all the packages. Starting small and growing gradually, this approach will reduce build times and consequently lower energy consumption in a world affected by climate change. We will add new ports as users needs arise; ok h3artbl33d@
This commit is contained in:
parent
83a0aaf92c
commit
9a3af55370
59377 changed files with 98673 additions and 4712155 deletions
14
lang/rust/patches/patch-src_etc_rust-lldb
Normal file
14
lang/rust/patches/patch-src_etc_rust-lldb
Normal file
|
@ -0,0 +1,14 @@
|
|||
Use lldb from ports (lldb from base does not support importing modules)
|
||||
|
||||
Index: src/etc/rust-lldb
|
||||
--- src/etc/rust-lldb.orig
|
||||
+++ src/etc/rust-lldb
|
||||
@@ -10,7 +10,7 @@ host=$(rustc -vV | sed -n -e 's/^host: //p')
|
||||
RUSTC_SYSROOT=$(rustc --print sysroot)
|
||||
RUST_LLDB="$RUSTC_SYSROOT/lib/rustlib/$host/bin/lldb"
|
||||
|
||||
-lldb=lldb
|
||||
+lldb=lldb-16
|
||||
if [ -f "$RUST_LLDB" ]; then
|
||||
lldb="$RUST_LLDB"
|
||||
else
|
Loading…
Add table
Add a link
Reference in a new issue