diff options
| author | Matthias Maier <tamiko@gentoo.org> | 2022-05-14 15:01:28 -0500 |
|---|---|---|
| committer | Matthias Maier <tamiko@gentoo.org> | 2022-05-14 15:04:40 -0500 |
| commit | 9665b57a9eba60f67c1daa3b585d40eef4785efc (patch) | |
| tree | 664f63f4e2d88651806ea8cac1f21ee192c347bd /app-doc/doxygen/files/doxygen-1.9.4-link_with_pthread.patch | |
| parent | 6468deba4eadbe269e49678bbff9966a3fa01cf7 (diff) | |
| download | gentoo-9665b57a9eba60f67c1daa3b585d40eef4785efc.tar.gz gentoo-9665b57a9eba60f67c1daa3b585d40eef4785efc.tar.bz2 gentoo-9665b57a9eba60f67c1daa3b585d40eef4785efc.zip | |
app-doc/doxygen: add 1.9.4
Signed-off-by: Matthias Maier <tamiko@gentoo.org>
Diffstat (limited to 'app-doc/doxygen/files/doxygen-1.9.4-link_with_pthread.patch')
| -rw-r--r-- | app-doc/doxygen/files/doxygen-1.9.4-link_with_pthread.patch | 24 |
1 files changed, 24 insertions, 0 deletions
diff --git a/app-doc/doxygen/files/doxygen-1.9.4-link_with_pthread.patch b/app-doc/doxygen/files/doxygen-1.9.4-link_with_pthread.patch new file mode 100644 index 000000000000..66093eb7deb9 --- /dev/null +++ b/app-doc/doxygen/files/doxygen-1.9.4-link_with_pthread.patch @@ -0,0 +1,24 @@ +diff --git a/addon/doxywizard/.CMakeLists.txt.swp b/addon/doxywizard/.CMakeLists.txt.swp +deleted file mode 100644 +index fc379d2..0000000 +Binary files a/addon/doxywizard/.CMakeLists.txt.swp and /dev/null differ +diff --git a/addon/doxywizard/CMakeLists.txt b/addon/doxywizard/CMakeLists.txt +index bb0e0eb..b6135bd 100644 +--- a/addon/doxywizard/CMakeLists.txt ++++ b/addon/doxywizard/CMakeLists.txt +@@ -132,12 +132,12 @@ apply_editbin(doxywizard windows) + endif() + + if(Qt5Core_FOUND) +- target_link_libraries(doxywizard Qt5::Core Qt5::Gui Qt5::Widgets Qt5::Xml doxygen_version) ++ target_link_libraries(doxywizard Qt5::Core Qt5::Gui Qt5::Widgets Qt5::Xml doxygen_version pthread) + else() + if(Qt6Core_FOUND) +- target_link_libraries(doxywizard Qt6::Core Qt6::Gui Qt6::Widgets Qt6::Xml doxygen_version) ++ target_link_libraries(doxywizard Qt6::Core Qt6::Gui Qt6::Widgets Qt6::Xml doxygen_version pthread) + else() +- target_link_libraries(doxywizard ${QT_LIBRARIES} ${QT_QTMAIN_LIBRARY} doxygen_version) ++ target_link_libraries(doxywizard ${QT_LIBRARIES} ${QT_QTMAIN_LIBRARY} doxygen_version pthread) + endif() + endif() + |
