diff options
author | Jeremy Lea <reg@FreeBSD.org> | 2002-02-15 18:44:15 +0000 |
---|---|---|
committer | Jeremy Lea <reg@FreeBSD.org> | 2002-02-15 18:44:15 +0000 |
commit | 6976db798b4b6515232efb9400018053cc2d2101 (patch) | |
tree | 71663c5e28622b0013a098c6ff269d888e3ce9d7 /www/mozilla/files/patch-ak | |
parent | Update to 1.0.7.2 (diff) |
Clean up this port, including GCing old configure options and making patches
more acceptable to mozilla.org. Hopefully these will make it into 0.9.9.
Add a hack to minimise the number of files extracted.
Merge in the patches from the mozilla+ipv6 port.
Submitted by: sumikawa (mozilla+ipv6)
Notes
Notes:
svn path=/head/; revision=54761
Diffstat (limited to 'www/mozilla/files/patch-ak')
-rw-r--r-- | www/mozilla/files/patch-ak | 19 |
1 files changed, 12 insertions, 7 deletions
diff --git a/www/mozilla/files/patch-ak b/www/mozilla/files/patch-ak index e175dd292bd1..5323d970afec 100644 --- a/www/mozilla/files/patch-ak +++ b/www/mozilla/files/patch-ak @@ -3,11 +3,16 @@ $FreeBSD$ --- nsprpub/pr/include/md/_freebsd.h.orig Sat Jan 5 03:43:00 2002 +++ nsprpub/pr/include/md/_freebsd.h Tue Feb 5 11:14:27 2002 -@@ -40,6 +40,7 @@ - #if __FreeBSD__ >= 2 - #include <osreldate.h> /* for __FreeBSD_version */ - #endif -+#include <sys/param.h> - #include <sys/syscall.h> +@@ -87,6 +88,12 @@ + + #define _PR_HAVE_SYSV_SEMAPHORES + #define PR_HAVE_SYSV_NAMED_SHARED_MEMORY ++ ++#if __FreeBSD_version >= 400014 ++#define _PR_INET6 ++#define _PR_HAVE_GETHOSTBYNAME2 ++#define _PR_INET6_PROBE ++#endif + + #define USE_SETJMP - #define PR_LINKER_ARCH "freebsd" |