SecBSD's official ports repository
This commit is contained in:
commit
2c0afcbbf3
64331 changed files with 5339189 additions and 0 deletions
23
devel/monotone/patches/patch-src_pcrewrap_hh
Normal file
23
devel/monotone/patches/patch-src_pcrewrap_hh
Normal file
|
@ -0,0 +1,23 @@
|
|||
Fix build with pcre 8.42
|
||||
|
||||
Index: src/pcrewrap.hh
|
||||
--- src/pcrewrap.hh.orig
|
||||
+++ src/pcrewrap.hh
|
||||
@@ -18,7 +18,7 @@
|
||||
// definitions and so we don't actually expose it here. Unfortunately, this
|
||||
// means we have to hope this pair of forward declarations will not change...
|
||||
|
||||
-struct real_pcre;
|
||||
+struct real_pcre8_or_16;
|
||||
struct pcre_extra;
|
||||
|
||||
namespace pcre
|
||||
@@ -61,7 +61,7 @@ namespace pcre
|
||||
regex & operator=(regex const &);
|
||||
|
||||
// data
|
||||
- struct real_pcre const * basedat;
|
||||
+ struct real_pcre8_or_16 const * basedat;
|
||||
struct pcre_extra const * extradat;
|
||||
|
||||
// used by constructors
|
Loading…
Add table
Add a link
Reference in a new issue