svn commit: r397015 - in head/graphics: cal3d-devel/files cal3d/files

John Marino marino at FreeBSD.org
Tue Sep 15 18:54:26 UTC 2015


Author: marino
Date: Tue Sep 15 18:54:24 2015
New Revision: 397015
URL: https://svnweb.freebsd.org/changeset/ports/397015

Log:
  graphics/cal3d(-devel): Fix build on gcc5
  
  Trivial addition of <string.h>, approved by blanket

Added:
  head/graphics/cal3d-devel/files/
  head/graphics/cal3d-devel/files/patch-src_cal3d_platform.h   (contents, props changed)
  head/graphics/cal3d/files/
  head/graphics/cal3d/files/patch-src_cal3d_platform.h   (contents, props changed)

Added: head/graphics/cal3d-devel/files/patch-src_cal3d_platform.h
==============================================================================
--- /dev/null	00:00:00 1970	(empty, because file is newly added)
+++ head/graphics/cal3d-devel/files/patch-src_cal3d_platform.h	Tue Sep 15 18:54:24 2015	(r397015)
@@ -0,0 +1,10 @@
+--- src/cal3d/platform.h.orig	2006-03-01 22:55:35 UTC
++++ src/cal3d/platform.h
+@@ -77,6 +77,7 @@ typedef int intptr_t;
+ // standard includes
+ #include <stdlib.h>
+ #include <math.h>
++#include <string.h>
+ 
+ // debug includes
+ #include <assert.h>

Added: head/graphics/cal3d/files/patch-src_cal3d_platform.h
==============================================================================
--- /dev/null	00:00:00 1970	(empty, because file is newly added)
+++ head/graphics/cal3d/files/patch-src_cal3d_platform.h	Tue Sep 15 18:54:24 2015	(r397015)
@@ -0,0 +1,10 @@
+--- src/cal3d/platform.h.orig	2006-03-01 22:55:35 UTC
++++ src/cal3d/platform.h
+@@ -77,6 +77,7 @@ typedef int intptr_t;
+ // standard includes
+ #include <stdlib.h>
+ #include <math.h>
++#include <string.h>
+ 
+ // debug includes
+ #include <assert.h>


More information about the svn-ports-all mailing list