summaryrefslogtreecommitdiff
path: root/misc
diff options
context:
space:
mode:
Diffstat (limited to 'misc')
-rw-r--r--misc/afbackup/Makefile4
-rw-r--r--misc/afbackup/files/patch-utils.h10
2 files changed, 10 insertions, 4 deletions
diff --git a/misc/afbackup/Makefile b/misc/afbackup/Makefile
index f7d438ad788a..69f9d8e112d4 100644
--- a/misc/afbackup/Makefile
+++ b/misc/afbackup/Makefile
@@ -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)
diff --git a/misc/afbackup/files/patch-utils.h b/misc/afbackup/files/patch-utils.h
new file mode 100644
index 000000000000..5553d85bde03
--- /dev/null
+++ b/misc/afbackup/files/patch-utils.h
@@ -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