Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 20 Sep 2015 15:22:53 +0000 (UTC)
From:      John Marino <marino@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r397375 - head/cad/meshdev/files
Message-ID:  <201509201522.t8KFMr1G052878@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: marino
Date: Sun Sep 20 15:22:52 2015
New Revision: 397375
URL: https://svnweb.freebsd.org/changeset/ports/397375

Log:
  cad/meshdev: Support modern gcc by adding <cstring> header

Added:
  head/cad/meshdev/files/patch-src_VectorT.h   (contents, props changed)

Added: head/cad/meshdev/files/patch-src_VectorT.h
==============================================================================
--- /dev/null	00:00:00 1970	(empty, because file is newly added)
+++ head/cad/meshdev/files/patch-src_VectorT.h	Sun Sep 20 15:22:52 2015	(r397375)
@@ -0,0 +1,10 @@
+--- src/VectorT.h.orig	2012-02-06 13:02:05 UTC
++++ src/VectorT.h
+@@ -22,6 +22,7 @@
+ #include <math.h>
+ #include <algorithm>
+ #include <iostream>
++#include <cstring>
+ 
+ template<typename Type, int Size>
+ class VectorT



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201509201522.t8KFMr1G052878>