diff options
author | dinoex <dinoex@FreeBSD.org> | 2006-11-05 08:47:42 +0000 |
---|---|---|
committer | dinoex <dinoex@FreeBSD.org> | 2006-11-05 08:47:42 +0000 |
commit | fae6d85bd92d46aa5a990487a00fa52be420006c (patch) | |
tree | 47cbbd15747dcd01be5763835f8b4baf8ea5d2de | |
parent | 47cc322d6ce537ae126e4836168bf3431f6e9921 (diff) | |
download | FreeBSD-ports-fae6d85bd92d46aa5a990487a00fa52be420006c.zip FreeBSD-ports-fae6d85bd92d46aa5a990487a00fa52be420006c.tar.gz |
- add missning includes
- fix build on FreeBSD 4.x
-rw-r--r-- | databases/animenfo-client/files/patch-socket.c | 11 | ||||
-rw-r--r-- | net-im/licq/files/patch-licq_message.h | 10 |
2 files changed, 21 insertions, 0 deletions
diff --git a/databases/animenfo-client/files/patch-socket.c b/databases/animenfo-client/files/patch-socket.c new file mode 100644 index 0000000..d5e0efc --- /dev/null +++ b/databases/animenfo-client/files/patch-socket.c @@ -0,0 +1,11 @@ +--- socket.c.orig Mon Aug 19 07:04:02 2002 ++++ socket.c Sun Nov 5 09:40:00 2006 +@@ -5,6 +5,8 @@ + #include <sys/socket.h> + #include <errno.h> + #include <fcntl.h> ++#include <sys/time.h> ++#include <string.h> + + #include "socket.h" + #include "definition.h" diff --git a/net-im/licq/files/patch-licq_message.h b/net-im/licq/files/patch-licq_message.h new file mode 100644 index 0000000..bbe630e --- /dev/null +++ b/net-im/licq/files/patch-licq_message.h @@ -0,0 +1,10 @@ +--- include/licq_message.h.orig Sun Oct 15 14:10:53 2006 ++++ include/licq_message.h Sun Nov 5 09:27:35 2006 +@@ -3,6 +3,7 @@ + + #include <list> + #include <time.h> ++#include <stdio.h> + + #include "licq_buffer.h" + #include "licq_constants.h" |