diff options
author | pav <pav@FreeBSD.org> | 2006-08-07 00:59:31 +0800 |
---|---|---|
committer | pav <pav@FreeBSD.org> | 2006-08-07 00:59:31 +0800 |
commit | a2a7d3343ff720b21aa247f1c33ec003fc8f5ae9 (patch) | |
tree | aec8d1e997c123d849e6bdc8644f0f55fab2198f /net/iaxmodem/files | |
parent | be0c9a1a5ce239da88147f4a1de83e5e21e99c88 (diff) | |
download | freebsd-ports-gnome-a2a7d3343ff720b21aa247f1c33ec003fc8f5ae9.tar.gz freebsd-ports-gnome-a2a7d3343ff720b21aa247f1c33ec003fc8f5ae9.tar.zst freebsd-ports-gnome-a2a7d3343ff720b21aa247f1c33ec003fc8f5ae9.zip |
- Attempt to fix build on FreeBSD 4.X
Reported by: krismail
Diffstat (limited to 'net/iaxmodem/files')
-rw-r--r-- | net/iaxmodem/files/patch-aa | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/net/iaxmodem/files/patch-aa b/net/iaxmodem/files/patch-aa index 87bc13a48fd1..93861884383b 100644 --- a/net/iaxmodem/files/patch-aa +++ b/net/iaxmodem/files/patch-aa @@ -38,6 +38,14 @@ #include <unistd.h> --- lib/libiax2/src/iax.c.orig Mon Jun 12 15:54:46 2006 +++ lib/libiax2/src/iax.c Thu Jun 15 14:22:17 2006 +@@ -44,6 +44,7 @@ + #else + + #include <netdb.h> ++#include <sys/types.h> + #include <sys/socket.h> + #include <netinet/in.h> + #include <sys/time.h> @@ -64,9 +64,9 @@ #include <arpa/inet.h> #include <time.h> |