summaryrefslogtreecommitdiff
path: root/graphics/opencollada/files/patch-COLLADABaseUtils_include_COLLADABUPcreCompiledPattern.h
diff options
context:
space:
mode:
authorKirill Ponomarev <krion@FreeBSD.org>2018-05-19 06:54:14 +0000
committerKirill Ponomarev <krion@FreeBSD.org>2018-05-19 06:54:14 +0000
commitf18183c88c9be06954680bada6d7b29e87f24dc3 (patch)
tree4160b133e6cad9d1733466800e2c8c9aff51e249 /graphics/opencollada/files/patch-COLLADABaseUtils_include_COLLADABUPcreCompiledPattern.h
parentFix build with pcre 8.42 (diff)
Fix build with pcre 8.42
PR: 220613 Submitted by: adamw
Notes
Notes: svn path=/head/; revision=470358
Diffstat (limited to 'graphics/opencollada/files/patch-COLLADABaseUtils_include_COLLADABUPcreCompiledPattern.h')
-rw-r--r--graphics/opencollada/files/patch-COLLADABaseUtils_include_COLLADABUPcreCompiledPattern.h13
1 files changed, 13 insertions, 0 deletions
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