Index: files/patch-src_pcrewrap.cc =================================================================== --- files/patch-src_pcrewrap.cc (nonexistent) +++ files/patch-src_pcrewrap.cc (working copy) @@ -0,0 +1,20 @@ +--- src/pcrewrap.cc.orig 2018-05-18 21:33:20 UTC ++++ src/pcrewrap.cc +@@ -74,7 +74,7 @@ get_capturecount(void const * bd) + namespace pcre + { + typedef map > ++ pair > + regex_cache; + + class regex_cache_manager +@@ -86,7 +86,7 @@ namespace pcre (public) + } + + void store(char const * pattern, +- pair ++ pair + data) + { + cache[pattern] = data; Property changes on: files/patch-src_pcrewrap.cc ___________________________________________________________________ Added: fbsd:nokeywords ## -0,0 +1 ## +yes \ No newline at end of property Added: svn:eol-style ## -0,0 +1 ## +native \ No newline at end of property Added: svn:mime-type ## -0,0 +1 ## +text/plain \ No newline at end of property Index: files/patch-src_pcrewrap.hh =================================================================== --- files/patch-src_pcrewrap.hh (nonexistent) +++ files/patch-src_pcrewrap.hh (working copy) @@ -0,0 +1,20 @@ +--- src/pcrewrap.hh.orig 2018-05-18 21:33:29 UTC ++++ 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 Property changes on: files/patch-src_pcrewrap.hh ___________________________________________________________________ Added: fbsd:nokeywords ## -0,0 +1 ## +yes \ No newline at end of property Added: svn:eol-style ## -0,0 +1 ## +native \ No newline at end of property Added: svn:mime-type ## -0,0 +1 ## +text/plain \ No newline at end of property