Go to:
Gentoo Home
Documentation
Forums
Lists
Bugs
Planet
Store
Wiki
Get Gentoo!
Gentoo's Bugzilla – Attachment 859313 Details for
Bug 903629
app-editors/neovim fails to build against dev-libs/msgpack-6.0.0
Home
|
New
–
[Ex]
|
Browse
|
Search
|
Privacy Policy
|
[?]
|
Reports
|
Requests
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
[patch]
patch derived from upstream
msgpack.patch (text/plain), 765 bytes, created by
Olivier Huber
on 2023-03-31 08:28:50 UTC
(
hide
)
Description:
patch derived from upstream
Filename:
MIME Type:
Creator:
Olivier Huber
Created:
2023-03-31 08:28:50 UTC
Size:
765 bytes
patch
obsolete
>--- a/cmake/FindMsgpack.cmake 2023-03-31 09:56:16.411680195 +0200 >+++ b/cmake/FindMsgpack.cmake 2023-03-31 09:57:45.777177151 +0200 >@@ -26,18 +26,8 @@ > set(MSGPACK_VERSION_STRING) > endif() > >-if(MSVC) >- # The import library for the msgpack DLL has a different name >- list(APPEND MSGPACK_NAMES msgpackc_import) >-else() >- list(APPEND MSGPACK_NAMES msgpackc msgpack) >-endif() >- >-find_library(MSGPACK_LIBRARY NAMES ${MSGPACK_NAMES} >- # Check each directory for all names to avoid using headers/libraries from >- # different places. >- NAMES_PER_DIR >- HINTS ${PC_MSGPACK_LIBDIR} ${PC_MSGPACK_LIBRARY_DIRS}) >+find_library(MSGPACK_LIBRARY NAMES msgpackc msgpack msgpackc_import msgpack-c >+ NAMES_PER_DIR) > > mark_as_advanced(MSGPACK_INCLUDE_DIR MSGPACK_LIBRARY) >
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 903629
: 859313