Gentoo Archives: gentoo-commits

From: "Mike Frysinger (vapier)" <vapier@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo-x86 commit in dev-libs/libpcre/files: libpcre-8.35-export-output.patch
Date: Thu, 04 Sep 2014 06:52:09
Message-Id: 20140904064922.F26964AAD@oystercatcher.gentoo.org
1 vapier 14/09/04 06:49:22
2
3 Added: libpcre-8.35-export-output.patch
4 Log:
5 Add fix from upstream for exported symbols in C++ lib.
6
7 (Portage version: 2.2.10/cvs/Linux x86_64, signed Manifest commit with key D2E96200)
8
9 Revision Changes Path
10 1.1 dev-libs/libpcre/files/libpcre-8.35-export-output.patch
11
12 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-libs/libpcre/files/libpcre-8.35-export-output.patch?rev=1.1&view=markup
13 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-libs/libpcre/files/libpcre-8.35-export-output.patch?rev=1.1&content-type=text/plain
14
15 Index: libpcre-8.35-export-output.patch
16 ===================================================================
17 fix from upstream to restore missing symbol
18
19 --- pcre_stringpiece.h.in (revision 1499)
20 +++ pcre_stringpiece.h.in (revision 1500)
21 @@ -174,6 +174,6 @@ template<> struct __type_traits<pcrecpp:
22 #endif
23
24 // allow StringPiece to be logged
25 -std::ostream& operator<<(std::ostream& o, const pcrecpp::StringPiece& piece);
26 +PCRECPP_EXP_DECL std::ostream& operator<<(std::ostream& o, const pcrecpp::StringPiece& piece);
27
28 #endif /* _PCRE_STRINGPIECE_H */