mirror of
https://git.freebsd.org/ports.git
synced 2025-07-18 01:39:16 -04:00
Fix build with GCC-based architectures.
PR: 231939 Submitted by: Piotr Kubaj Approved by: portmgr (tier-2 blanket)
This commit is contained in:
parent
099ac98929
commit
d9fad62b36
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=483292
1 changed files with 10 additions and 0 deletions
10
math/spot/files/patch-spot_misc_tmpfile.cc
Normal file
10
math/spot/files/patch-spot_misc_tmpfile.cc
Normal file
|
@ -0,0 +1,10 @@
|
||||||
|
--- spot/misc/tmpfile.cc.orig 2018-10-04 12:40:02 UTC
|
||||||
|
+++ spot/misc/tmpfile.cc
|
||||||
|
@@ -23,6 +23,7 @@
|
||||||
|
#include <cstdlib>
|
||||||
|
#include <unistd.h>
|
||||||
|
#include <string.h>
|
||||||
|
+#include <stdlib.h>
|
||||||
|
|
||||||
|
namespace spot
|
||||||
|
{
|
Loading…
Add table
Reference in a new issue