Index: Makefile
===================================================================
RCS file: /cvs/ports/games/late/Makefile,v
retrieving revision 1.20
diff -u -p -u -p -r1.20 Makefile
--- Makefile	24 Oct 2018 14:28:03 -0000	1.20
+++ Makefile	12 Dec 2018 23:39:44 -0000
@@ -2,7 +2,7 @@
 
 COMMENT=	puzzle game resembling the arcade game Qix
 DISTNAME=	late-0.1.0
-REVISION=	4
+REVISION=	5
 EXTRACT_SUFX=	.tar.bz2
 CATEGORIES=	games x11
 MASTER_SITES=	${MASTER_SITE_SOURCEFORGE:=late/}
Index: patches/patch-src_ball_h
===================================================================
RCS file: patches/patch-src_ball_h
diff -N patches/patch-src_ball_h
--- /dev/null	1 Jan 1970 00:00:00 -0000
+++ patches/patch-src_ball_h	12 Dec 2018 23:39:44 -0000
@@ -0,0 +1,13 @@
+$OpenBSD$
+ball.h:113:19: error: 'NULL' was not declared in this scope
+Index: src/ball.h
+--- src/ball.h.orig
++++ src/ball.h
+@@ -25,6 +25,7 @@
+ class ball;
+ 
+ #include "square.h"
++#include <cstddef>
+ 
+ class ball_base
+ {
Index: patches/patch-src_init_cpp
===================================================================
RCS file: patches/patch-src_init_cpp
diff -N patches/patch-src_init_cpp
--- /dev/null	1 Jan 1970 00:00:00 -0000
+++ patches/patch-src_init_cpp	12 Dec 2018 23:39:44 -0000
@@ -0,0 +1,17 @@
+$OpenBSD$
+init.cpp:139:34: error: 'strcmp' was not declared in this scope
+init.cpp:196:12: error: 'exit' was not declared in this scope
+Index: src/init.cpp
+--- src/init.cpp.orig
++++ src/init.cpp
+@@ -26,8 +26,9 @@
+ #include "scorescreen.h"
+ #include <fstream>
+ #include <iostream>
++#include <string.h>
++#include <stdlib.h>
+ using namespace std; 
+-
+ 
+ int cheat       = 0;
+ int zappy;
