Date: Tue, 1 Oct 2013 20:35:53 +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: r328991 - head/games/pinball/files Message-ID: <201310012035.r91KZrJu020343@svn.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: marino Date: Tue Oct 1 20:35:53 2013 New Revision: 328991 URL: http://svnweb.freebsd.org/changeset/ports/328991 Log: games/pinball: add <unistd.h> for modern compilers Approved by: portmgr (bapt, implicit) Added: head/games/pinball/files/patch-base_Behavior.h (contents, props changed) Added: head/games/pinball/files/patch-base_Behavior.h ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/games/pinball/files/patch-base_Behavior.h Tue Oct 1 20:35:53 2013 (r328991) @@ -0,0 +1,10 @@ +--- base/Behavior.h.orig 2003-11-20 16:46:16.000000000 +0000 ++++ base/Behavior.h +@@ -10,6 +10,7 @@ + #ifndef BEHAVIOR_H + #define BEHAVIOR_H + ++#include <unistd.h> + #include "EMath.h" + + class Group;
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201310012035.r91KZrJu020343>