aboutsummaryrefslogtreecommitdiffstats
path: root/graphics/opencollada
diff options
context:
space:
mode:
authorpi <pi@FreeBSD.org>2016-05-06 03:52:01 +0800
committerpi <pi@FreeBSD.org>2016-05-06 03:52:01 +0800
commitf3d8fd01c50896cfe738c017066bab16633e5994 (patch)
treec09c0183817e1a75e5086e3a0ec24b71afdf6f16 /graphics/opencollada
parent18eae5da1b1708ccc5637a591c8219da968051e3 (diff)
downloadfreebsd-ports-gnome-f3d8fd01c50896cfe738c017066bab16633e5994.tar.gz
freebsd-ports-gnome-f3d8fd01c50896cfe738c017066bab16633e5994.tar.zst
freebsd-ports-gnome-f3d8fd01c50896cfe738c017066bab16633e5994.zip
graphics/opencollada: Fix build with libc++ 3.8.0
PR: 208905 Submitted by: dim Approved by: mva (maintainer timeout)
Diffstat (limited to 'graphics/opencollada')
-rw-r--r--graphics/opencollada/files/patch-GeneratedSaxParser_src_GeneratedSaxParserUtils.cpp11
1 files changed, 11 insertions, 0 deletions
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 <math.h>
++#include <cmath>
+ #include <memory>
+ #include <string.h>
+ #include <limits>