SecBSD's official ports repository

This commit is contained in:
purplerain 2023-08-16 22:26:55 +00:00
commit 2c0afcbbf3
Signed by: purplerain
GPG key ID: F42C07F07E2E35B7
64331 changed files with 5339189 additions and 0 deletions

View file

@ -0,0 +1,12 @@
Index: src/util/lean_path.cpp
--- src/util/lean_path.cpp.orig
+++ src/util/lean_path.cpp
@@ -120,7 +120,7 @@ search_path get_builtin_search_path() {
path.push_back(lean_path.substr(i, j - i));
}
#else
- std::string exe_path = dirname(get_exe_location());
+ std::string exe_path = "${TRUEPREFIX}/bin";
path.push_back(exe_path + get_dir_sep() + ".." + get_dir_sep() + "library");
path.push_back(exe_path + get_dir_sep() + ".." + get_dir_sep() + "lib" + get_dir_sep() + "lean" + get_dir_sep() + "library");
#endif