svn commit: r483292 - head/math/spot/files
Mark Linimon
linimon at FreeBSD.org
Sun Oct 28 13:44:04 UTC 2018
Author: linimon
Date: Sun Oct 28 13:44:02 2018
New Revision: 483292
URL: https://svnweb.freebsd.org/changeset/ports/483292
Log:
Fix build with GCC-based architectures.
PR: 231939
Submitted by: Piotr Kubaj
Approved by: portmgr (tier-2 blanket)
Added:
head/math/spot/files/
head/math/spot/files/patch-spot_misc_tmpfile.cc (contents, props changed)
Added: head/math/spot/files/patch-spot_misc_tmpfile.cc
==============================================================================
--- /dev/null 00:00:00 1970 (empty, because file is newly added)
+++ head/math/spot/files/patch-spot_misc_tmpfile.cc Sun Oct 28 13:44:02 2018 (r483292)
@@ -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
+ {
More information about the svn-ports-all
mailing list