Date: Tue, 15 Sep 2015 18:54:25 +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: r397015 - in head/graphics: cal3d-devel/files cal3d/files Message-ID: <201509151854.t8FIsPOa041106@repo.freebsd.org>
next in thread | raw e-mail | index | archive | help
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>
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201509151854.t8FIsPOa041106>