mirror of
https://git.FreeBSD.org/ports.git
synced 2024-11-23 00:43:28 +00:00
graphics/cal3d(-devel): Fix build on gcc5
Trivial addition of <string.h>, approved by blanket
This commit is contained in:
parent
90a4e88264
commit
5a73dc9345
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=397015
10
graphics/cal3d-devel/files/patch-src_cal3d_platform.h
Normal file
10
graphics/cal3d-devel/files/patch-src_cal3d_platform.h
Normal file
@ -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>
|
10
graphics/cal3d/files/patch-src_cal3d_platform.h
Normal file
10
graphics/cal3d/files/patch-src_cal3d_platform.h
Normal file
@ -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>
|
Loading…
Reference in New Issue
Block a user