summaryrefslogtreecommitdiffstats
path: root/graphics/opencollada/pcre.patch
diff options
context:
space:
mode:
Diffstat (limited to 'graphics/opencollada/pcre.patch')
-rw-r--r--graphics/opencollada/pcre.patch14
1 files changed, 14 insertions, 0 deletions
diff --git a/graphics/opencollada/pcre.patch b/graphics/opencollada/pcre.patch
new file mode 100644
index 0000000000..726e09a3fb
--- /dev/null
+++ b/graphics/opencollada/pcre.patch
@@ -0,0 +1,14 @@
+diff -Naur OpenCOLLADA-1.6.62.orig/COLLADABaseUtils/include/COLLADABUPcreCompiledPattern.h OpenCOLLADA-1.6.62/COLLADABaseUtils/include/COLLADABUPcreCompiledPattern.h
+--- OpenCOLLADA-1.6.62.orig/COLLADABaseUtils/include/COLLADABUPcreCompiledPattern.h 2018-01-13 01:23:52.000000000 +0100
++++ OpenCOLLADA-1.6.62/COLLADABaseUtils/include/COLLADABUPcreCompiledPattern.h 2018-05-03 14:35:29.723601000 +0200
+@@ -12,9 +12,7 @@
+ #define __COLLADABU_PCRECOMPILEDPATTERN_H__
+
+ #include "COLLADABUPrerequisites.h"
+-
+-struct real_pcre;
+-typedef struct real_pcre pcre;
++#include "pcre.h"
+
+
+ namespace COLLADABU