From 1857e2d40fecde9b8629e98bf653464ebb479aac Mon Sep 17 00:00:00 2001 From: Kurt Jaeger Date: Thu, 5 May 2016 19:52:01 +0000 Subject: [PATCH] graphics/opencollada: Fix build with libc++ 3.8.0 PR: 208905 Submitted by: dim Approved by: mva (maintainer timeout) --- ...GeneratedSaxParser_src_GeneratedSaxParserUtils.cpp | 11 +++++++++++ 1 file changed, 11 insertions(+) create mode 100644 graphics/opencollada/files/patch-GeneratedSaxParser_src_GeneratedSaxParserUtils.cpp diff --git a/graphics/opencollada/files/patch-GeneratedSaxParser_src_GeneratedSaxParserUtils.cpp b/graphics/opencollada/files/patch-GeneratedSaxParser_src_GeneratedSaxParserUtils.cpp new file mode 100644 index 000000000000..4caf76db2df4 --- /dev/null +++ b/graphics/opencollada/files/patch-GeneratedSaxParser_src_GeneratedSaxParserUtils.cpp @@ -0,0 +1,11 @@ +--- GeneratedSaxParser/src/GeneratedSaxParserUtils.cpp.orig 2015-05-19 09:55:27 UTC ++++ GeneratedSaxParser/src/GeneratedSaxParserUtils.cpp +@@ -9,7 +9,7 @@ + */ + + #include "GeneratedSaxParserUtils.h" +-#include ++#include + #include + #include + #include