svn commit: r414660 - head/graphics/opencollada/files

Kurt Jaeger pi at FreeBSD.org
Thu May 5 19:52:02 UTC 2016


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>


More information about the svn-ports-head mailing list