From f18183c88c9be06954680bada6d7b29e87f24dc3 Mon Sep 17 00:00:00 2001 From: Kirill Ponomarev Date: Sat, 19 May 2018 06:54:14 +0000 Subject: Fix build with pcre 8.42 PR: 220613 Submitted by: adamw --- ...-COLLADABaseUtils_include_COLLADABUPcreCompiledPattern.h | 13 +++++++++++++ 1 file changed, 13 insertions(+) create mode 100644 graphics/opencollada/files/patch-COLLADABaseUtils_include_COLLADABUPcreCompiledPattern.h (limited to 'graphics/opencollada/files/patch-COLLADABaseUtils_include_COLLADABUPcreCompiledPattern.h') diff --git a/graphics/opencollada/files/patch-COLLADABaseUtils_include_COLLADABUPcreCompiledPattern.h b/graphics/opencollada/files/patch-COLLADABaseUtils_include_COLLADABUPcreCompiledPattern.h new file mode 100644 index 000000000000..6321170be864 --- /dev/null +++ b/graphics/opencollada/files/patch-COLLADABaseUtils_include_COLLADABUPcreCompiledPattern.h @@ -0,0 +1,13 @@ +--- COLLADABaseUtils/include/COLLADABUPcreCompiledPattern.h.orig 2018-03-26 12:11:34 UTC ++++ COLLADABaseUtils/include/COLLADABUPcreCompiledPattern.h +@@ -13,8 +13,8 @@ + + #include "COLLADABUPrerequisites.h" + +-struct real_pcre; +-typedef struct real_pcre pcre; ++struct real_pcre8_or_16; ++typedef struct real_pcre8_or_16 pcre; + + + namespace COLLADABU -- cgit v1.2.3