diff options
Diffstat (limited to 'www/mozilla+ipv6/files/patch-ak')
-rw-r--r-- | www/mozilla+ipv6/files/patch-ak | 19 |
1 files changed, 17 insertions, 2 deletions
diff --git a/www/mozilla+ipv6/files/patch-ak b/www/mozilla+ipv6/files/patch-ak index 3b430ef27dc2..eacdf2061e94 100644 --- a/www/mozilla+ipv6/files/patch-ak +++ b/www/mozilla+ipv6/files/patch-ak @@ -1,5 +1,7 @@ ---- nsprpub/pr/include/md/_freebsd.h.orig Wed Dec 22 15:39:04 1999 -+++ nsprpub/pr/include/md/_freebsd.h Thu Feb 3 03:48:20 2000 +Index: nsprpub/pr/include/md/_freebsd.h +diff -u nsprpub/pr/include/md/_freebsd.h.orig nsprpub/pr/include/md/_freebsd.h +--- nsprpub/pr/include/md/_freebsd.h.orig Thu Dec 23 08:39:04 1999 ++++ nsprpub/pr/include/md/_freebsd.h Fri Apr 28 22:14:54 2000 @@ -21,6 +21,7 @@ #include "prthread.h" @@ -17,3 +19,16 @@ #if !defined(_PR_PTHREADS) /* * libc_r doesn't have poll(). Although libc has poll(), it is not +@@ -61,6 +62,12 @@ + #endif + #define _PR_HAVE_SYSV_SEMAPHORES + #define PR_HAVE_SYSV_NAMED_SHARED_MEMORY ++ ++#ifdef _PR_INET6 ++#define _PR_HAVE_GETIPNODEBYNAME ++#define _PR_HAVE_GETIPNODEBYADDR ++#define _PR_INET6_PROBE ++#endif + + #define USE_SETJMP + |