- Unbreak on -current

PR:		54108
Submitted by:	Alexander Marx <mad@madness.at>, maintainer timeout = 2 months
This commit is contained in:
Kirill Ponomarev 2003-09-03 09:40:19 +00:00
parent c703f8f577
commit c7570d4792
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=88423
2 changed files with 10 additions and 4 deletions

View file

@ -135,10 +135,6 @@ PKGINSTALL_ENV=
.include <bsd.port.pre.mk>
.if ${OSVERSION} >= 500113
BROKEN= "Does not compile"
.endif
.if !defined(WITHOUT_SERVER) && !defined(WITHOUT_CLIENT) \
&& !defined(WITHOUT_REXECLINKS) && !defined(NO_GUI) \
&& !defined(NO_DES) && !defined(NO_AUTOKEY)

View file

@ -0,0 +1,10 @@
--- utils.h.orig Sat Jun 28 02:00:49 2003
+++ utils.h Sat Jun 28 02:04:23 2003
@@ -10,6 +10,8 @@
#include <string.h>
#include <math.h>
#include <x_types.h>
+#include <time.h>
+#include <sys/types.h>
#define NO_ERROR 0