mirror of
https://git.freebsd.org/ports.git
synced 2025-06-15 09:40:35 -04:00
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
11 lines
356 B
Text
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
|