Date: Sun, 28 Oct 2018 13:44:03 +0000 (UTC) From: Mark Linimon <linimon@FreeBSD.org> To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r483292 - head/math/spot/files Message-ID: <201810281344.w9SDi36B069960@repo.freebsd.org>
next in thread | raw e-mail | index | archive | help
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 + {
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201810281344.w9SDi36B069960>