Go to:
Gentoo Home
Documentation
Forums
Lists
Bugs
Planet
Store
Wiki
Get Gentoo!
Gentoo's Bugzilla – Attachment 571790 Details for
Bug 682486
app-doc/doxygen-1.8.15 Version bump request
Home
|
New
–
[Ex]
|
Browse
|
Search
|
Privacy Policy
|
[?]
|
Reports
|
Requests
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
[patch]
New link_with_pthread.patch
doxygen-1.8.15-link_with_pthread.patch (text/plain), 1.09 KB, created by
Sven Eden
on 2019-04-04 05:23:20 UTC
(
hide
)
Description:
New link_with_pthread.patch
Filename:
MIME Type:
Creator:
Sven Eden
Created:
2019-04-04 05:23:20 UTC
Size:
1.09 KB
patch
obsolete
>--- a/addon/doxysearch/CMakeLists.txt 2019-04-03 18:43:47.995610511 +0200 >+++ b/addon/doxysearch/CMakeLists.txt 2019-04-03 18:45:27.730609191 +0200 >@@ -18,6 +18,7 @@ > ${ZLIB_LIBRARIES} > ${WIN_EXTRA_LIBS} > qtools >+ pthread > ) > > add_executable(doxysearch.cgi >@@ -27,6 +28,7 @@ > ${XAPIAN_LIBRARIES} > ${ZLIB_LIBRARIES} > ${WIN_EXTRA_LIBS} >+ pthread > ) > > install(TARGETS doxyindexer doxysearch.cgi DESTINATION bin) >--- a/addon/doxywizard/CMakeLists.txt 2019-04-03 18:43:59.139610364 +0200 >+++ b/addon/doxywizard/CMakeLists.txt 2019-04-03 18:45:14.151609371 +0200 >@@ -102,9 +102,9 @@ > ) > > if(Qt5Core_FOUND) >- target_link_libraries(doxywizard Qt5::Core Qt5::Gui Qt5::Widgets Qt5::Xml) >+ target_link_libraries(doxywizard Qt5::Core Qt5::Gui Qt5::Widgets Qt5::Xml pthread) > else() >- target_link_libraries(doxywizard ${QT_LIBRARIES} ${QT_QTMAIN_LIBRARY}) >+ target_link_libraries(doxywizard ${QT_LIBRARIES} ${QT_QTMAIN_LIBRARY} pthread) > endif() > > install(TARGETS doxywizard DESTINATION bin)
You cannot view the attachment while viewing its details because your browser does not support IFRAMEs.
View the attachment on a separate page
.
View Attachment As Diff
View Attachment As Raw
Actions:
View
|
Diff
Attachments on
bug 682486
:
571788
| 571790 |
571792