mirror of
https://git.freebsd.org/ports.git
synced 2025-06-19 11:40:31 -04:00
Notable *port* changes (vs devel/llvm11): - Switch to single llvm-project distfile. This simplifies the port and support for the old style build process is rotting upstream after the mono-repo conversion. - Disable libedit dependency in libLLVM (still used by LLDB). This is one small step toward a dependency-less clang. - LLDB docs are disabled due to issues finding python includes when autogenerating API docs. Sponsored by: DARPA
12 lines
260 B
Text
12 lines
260 B
Text
Disable docs due to issues with auto-generated API docs
|
|
|
|
--- lldb/CMakeLists.txt.orig
|
|
+++ lldb/CMakeLists.txt
|
|
@@ -73,7 +73,6 @@
|
|
|
|
add_subdirectory(source)
|
|
add_subdirectory(tools)
|
|
-add_subdirectory(docs)
|
|
|
|
if (LLDB_ENABLE_PYTHON)
|
|
if(LLDB_BUILD_FRAMEWORK)
|