aboutsummaryrefslogtreecommitdiffstats
path: root/net
diff options
context:
space:
mode:
authorpav <pav@FreeBSD.org>2006-08-07 00:59:31 +0800
committerpav <pav@FreeBSD.org>2006-08-07 00:59:31 +0800
commita2a7d3343ff720b21aa247f1c33ec003fc8f5ae9 (patch)
treeaec8d1e997c123d849e6bdc8644f0f55fab2198f /net
parentbe0c9a1a5ce239da88147f4a1de83e5e21e99c88 (diff)
downloadfreebsd-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')
-rw-r--r--net/iaxmodem/files/patch-aa8
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>