Go to:
Gentoo Home
Documentation
Forums
Lists
Bugs
Planet
Store
Wiki
Get Gentoo!
Gentoo's Bugzilla – Attachment 571202 Details for
Bug 682032
=dev-libs/icu-64.1 broken extern "C" scope
Home
|
New
–
[Ex]
|
Browse
|
Search
|
Privacy Policy
|
[?]
|
Reports
|
Requests
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
[patch]
xmlsec-1.2.27-base64-move-start-of-C-guard-below-includes.patch
xmlsec-1.2.27-base64-move-start-of-C-guard-below-includes.patch (text/plain), 940 bytes, created by
Andreas Sturmlechner
on 2019-03-29 21:39:53 UTC
(
hide
)
Description:
xmlsec-1.2.27-base64-move-start-of-C-guard-below-includes.patch
Filename:
MIME Type:
Creator:
Andreas Sturmlechner
Created:
2019-03-29 21:39:53 UTC
Size:
940 bytes
patch
obsolete
>From d0c7516dd97599fb59d8616e8adf94f19ec48de1 Mon Sep 17 00:00:00 2001 >From: Miklos Vajna <vmiklos@collabora.com> >Date: Fri, 29 Mar 2019 13:47:12 +0100 >Subject: [PATCH] base64: move start of C++ guard below includes > >Resolves problems around building against newer ICU, see ><https://lists.freedesktop.org/archives/libreoffice/2019-March/082340.html>. >--- > include/xmlsec/base64.h | 8 ++++---- > 1 file changed, 4 insertions(+), 4 deletions(-) > >diff --git a/include/xmlsec/base64.h b/include/xmlsec/base64.h >index 36d8a493..7e13862f 100644 >--- a/include/xmlsec/base64.h >+++ b/include/xmlsec/base64.h >@@ -11,15 +11,15 @@ > #ifndef __XMLSEC_BASE64_H__ > #define __XMLSEC_BASE64_H__ > >-#ifdef __cplusplus >-extern "C" { >-#endif /* __cplusplus */ >- > #include <libxml/tree.h> > > #include <xmlsec/xmlsec.h> > #include <xmlsec/transforms.h> > >+#ifdef __cplusplus >+extern "C" { >+#endif /* __cplusplus */ >+ > /** > * XMLSEC_BASE64_LINESIZE: > * >-- >2.16.4
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 682032
:
571202