mirror of
https://git.freebsd.org/ports.git
synced 2025-05-15 16:51:52 -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
11 lines
444 B
CMake
11 lines
444 B
CMake
--- llvm/cmake/modules/AddSphinxTarget.cmake.orig
|
|
+++ llvm/cmake/modules/AddSphinxTarget.cmake
|
|
@@ -39,6 +39,8 @@
|
|
endif()
|
|
|
|
add_custom_target(${SPHINX_TARGET_NAME}
|
|
+ COMMAND ${CMAKE_COMMAND}
|
|
+ -E make_directory ${SPHINX_BUILD_DIR}
|
|
COMMAND ${CMAKE_COMMAND} -E env ${ARG_ENV_VARS}
|
|
${SPHINX_EXECUTABLE}
|
|
-b ${builder}
|