diff options
author | Kirill Ponomarev <krion@FreeBSD.org> | 2003-09-03 09:40:19 +0000 |
---|---|---|
committer | Kirill Ponomarev <krion@FreeBSD.org> | 2003-09-03 09:40:19 +0000 |
commit | c7570d4792cf3814ef8f78f48fbfd8dd736eaa8c (patch) | |
tree | 00656b041846886e2b798ff555d091db2ad73b6a /misc | |
parent | c703f8f577dcf975f72d15214cc36ce9e5173f18 (diff) | |
download | ports-c7570d4792cf3814ef8f78f48fbfd8dd736eaa8c.tar.gz ports-c7570d4792cf3814ef8f78f48fbfd8dd736eaa8c.zip |
Notes
Diffstat (limited to 'misc')
-rw-r--r-- | misc/afbackup/Makefile | 4 | ||||
-rw-r--r-- | misc/afbackup/files/patch-utils.h | 10 |
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 |