svn commit: r328991 - head/games/pinball/files

John Marino marino at FreeBSD.org
Tue Oct 1 20:35:54 UTC 2013


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;


More information about the svn-ports-all mailing list