diff options
author | Jonathan Scruggs <dracwyrm@gentoo.org> | 2018-08-07 13:19:06 +0100 |
---|---|---|
committer | Jonathan Scruggs <dracwyrm@gentoo.org> | 2018-08-07 13:19:06 +0100 |
commit | e8961458ced3f2550e8272124f8a521ed6070a68 (patch) | |
tree | f62ecbbea33434f9705a74c6ce5e0d4669e04e84 /media-libs/opencollada/files | |
parent | app-text/master-pdf-editor: Bump to version 5.0.36 (diff) | |
download | gentoo-e8961458ced3f2550e8272124f8a521ed6070a68.tar.gz gentoo-e8961458ced3f2550e8272124f8a521ed6070a68.tar.bz2 gentoo-e8961458ced3f2550e8272124f8a521ed6070a68.zip |
media-libs/opencollada: version bump to 1.6.63
Added patch for future libpcre versions.
Package-Manager: Portage-2.3.44, Repoman-2.3.10
Diffstat (limited to 'media-libs/opencollada/files')
-rw-r--r-- | media-libs/opencollada/files/opencollada-1.6.63-pcre-fix.patch | 14 |
1 files changed, 14 insertions, 0 deletions
diff --git a/media-libs/opencollada/files/opencollada-1.6.63-pcre-fix.patch b/media-libs/opencollada/files/opencollada-1.6.63-pcre-fix.patch new file mode 100644 index 000000000000..2d4077446dea --- /dev/null +++ b/media-libs/opencollada/files/opencollada-1.6.63-pcre-fix.patch @@ -0,0 +1,14 @@ +diff -purN a/COLLADABaseUtils/include/COLLADABUPcreCompiledPattern.h b/COLLADABaseUtils/include/COLLADABUPcreCompiledPattern.h +--- a/COLLADABaseUtils/include/COLLADABUPcreCompiledPattern.h 2018-07-19 01:10:56.000000000 +0100 ++++ b/COLLADABaseUtils/include/COLLADABUPcreCompiledPattern.h 2018-08-07 12:12:59.209871432 +0100 +@@ -12,9 +12,7 @@ + #define __COLLADABU_PCRECOMPILEDPATTERN_H__
+
+ #include "COLLADABUPrerequisites.h"
+-
+-struct real_pcre; +-typedef struct real_pcre pcre; ++#include <pcre.h>
+
+
+ namespace COLLADABU
|