svn commit: r397375 - head/cad/meshdev/files

John Marino marino at FreeBSD.org
Sun Sep 20 15:22:53 UTC 2015


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


More information about the svn-ports-all mailing list