Unbreak for 5.x.

This commit is contained in:
Joseph Koshy 2003-08-02 15:33:39 +00:00
parent 5124709f8c
commit 1386de3055
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=86192
2 changed files with 11 additions and 4 deletions

View File

@ -25,10 +25,6 @@ MAN1= camlc.1 camllex.1 camllibr.1 camllight.1 camlmktop.1 camlrun.1 camlyacc.1
.include <bsd.port.pre.mk>
.if ${OSVERSION} >= 500113
BROKEN= "Does not compile"
.endif
do-build:
cd ${WRKSRC}/src; ${MAKE} ${ALL_TARGET} PREFIX=${PREFIX} \
X11BASE=${X11BASE}

View File

@ -0,0 +1,11 @@
--- src/runtime/io.h-- Thu Jan 12 09:59:39 1995
+++ src/runtime/io.h Sat Aug 2 20:57:13 2003
@@ -7,6 +7,8 @@
#include "misc.h"
#include "mlvalues.h"
+#include <unistd.h>
+
#ifndef IO_BUFFER_SIZE
#define IO_BUFFER_SIZE 4096
#endif