diff options
author | Maxim Sobolev <sobomax@FreeBSD.org> | 2002-03-12 18:16:09 +0000 |
---|---|---|
committer | Maxim Sobolev <sobomax@FreeBSD.org> | 2002-03-12 18:16:09 +0000 |
commit | b902740e00685305dc1edfa671adf29c9c968bb1 (patch) | |
tree | 10548e32c4cd679f1056c58f1ac97df93d1666c6 /www/mozilla/files/patch-ak | |
parent | use 'local-distfiles' (diff) |
Long awaited 0.9.9 update. For some reason configure doesn't pick up our
request to enable chatzilla, therefore it is not enabled now - the issue
is under investigation, but anybody is free to smash maintainers with a
relevant patch.
Notes
Notes:
svn path=/head/; revision=55943
Diffstat (limited to 'www/mozilla/files/patch-ak')
-rw-r--r-- | www/mozilla/files/patch-ak | 18 |
1 files changed, 0 insertions, 18 deletions
diff --git a/www/mozilla/files/patch-ak b/www/mozilla/files/patch-ak deleted file mode 100644 index 5323d970afec..000000000000 --- a/www/mozilla/files/patch-ak +++ /dev/null @@ -1,18 +0,0 @@ - -$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 -@@ -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 - |