svn commit: r328996 - in head/games/brutalchess: . files
John Marino
marino at FreeBSD.org
Tue Oct 1 21:13:18 UTC 2013
Author: marino
Date: Tue Oct 1 21:13:17 2013
New Revision: 328996
URL: http://svnweb.freebsd.org/changeset/ports/328996
Log:
games/brutalchess: add <unistd.h> for modern compilers
USE_DOS2UNIX was required in order to create and apply the patch.
Approved by: portmgr (bapt, implicit)
Added:
head/games/brutalchess/files/patch-src_board.h (contents, props changed)
Modified:
head/games/brutalchess/Makefile
Modified: head/games/brutalchess/Makefile
==============================================================================
--- head/games/brutalchess/Makefile Tue Oct 1 20:58:48 2013 (r328995)
+++ head/games/brutalchess/Makefile Tue Oct 1 21:13:17 2013 (r328996)
@@ -18,7 +18,7 @@ USE_XORG= x11 xext xt xmu xi
USE_GMAKE= yes
USE_AUTOTOOLS= libtool
-
+USE_DOS2UNIX= yes
USE_GL= yes
USE_SDL= sdl image
Added: head/games/brutalchess/files/patch-src_board.h
==============================================================================
--- /dev/null 00:00:00 1970 (empty, because file is newly added)
+++ head/games/brutalchess/files/patch-src_board.h Tue Oct 1 21:13:17 2013 (r328996)
@@ -0,0 +1,10 @@
+--- src/board.h.orig 2013-10-01 21:08:24.000000000 +0000
++++ src/board.h
+@@ -12,6 +12,7 @@
+ #include <cstdio>
+ #include <iostream>
+ #include <vector>
++#include <unistd.h>
+
+ #include "bitboard.h"
+ #include "boardmove.h"
More information about the svn-ports-all
mailing list