mirror of
https://git.freebsd.org/ports.git
synced 2025-06-22 13:10:31 -04:00
Make an as-is copy of llvm14 as devel/llvm15. It will be updated to LLVM 15 and connected to the build in the next commit. This makes it easier to see what has changed.
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}
|