Date: Thu, 5 May 2016 19:52:01 +0000 (UTC) From: Kurt Jaeger <pi@FreeBSD.org> To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r414660 - head/graphics/opencollada/files Message-ID: <201605051952.u45Jq1MO047279@repo.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: pi Date: Thu May 5 19:52:01 2016 New Revision: 414660 URL: https://svnweb.freebsd.org/changeset/ports/414660 Log: graphics/opencollada: Fix build with libc++ 3.8.0 PR: 208905 Submitted by: dim Approved by: mva (maintainer timeout) Added: head/graphics/opencollada/files/patch-GeneratedSaxParser_src_GeneratedSaxParserUtils.cpp (contents, props changed) Added: head/graphics/opencollada/files/patch-GeneratedSaxParser_src_GeneratedSaxParserUtils.cpp ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/graphics/opencollada/files/patch-GeneratedSaxParser_src_GeneratedSaxParserUtils.cpp Thu May 5 19:52:01 2016 (r414660) @@ -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>
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201605051952.u45Jq1MO047279>