ports/devel/clazy/files/patch-CMakeLists.txt
Tobias C. Berner 7f74befdbe New port: devel/clazy
clazy is a compiler plugin which allows clang to understand Qt semantics. You
get more than 50 Qt related compiler warnings, ranging from unneeded memory
allocations to misusage of API, including fix-its for automatic refactoring.

https://github.com/kde/clazy
2019-05-25 16:08:52 +00:00

11 lines
356 B
Text

--- CMakeLists.txt.orig 2019-05-25 15:07:20 UTC
+++ CMakeLists.txt
@@ -178,7 +178,7 @@ if (NOT CLAZY_BUILD_WITH_CLANG)
install(FILES README.md COPYING-LGPL2.txt checks.json DESTINATION ${DOC_INSTALL_DIR})
# Build docs
- set(MAN_INSTALL_DIR "${SHARE_INSTALL_DIR}/man/man1")
+ set(MAN_INSTALL_DIR "man/man1")
add_subdirectory(docs)
# rpath