diff options
author | ahze <ahze@df743ca5-7f9a-e211-a948-0013205c9059> | 2006-07-18 23:11:14 +0800 |
---|---|---|
committer | ahze <ahze@df743ca5-7f9a-e211-a948-0013205c9059> | 2006-07-18 23:11:14 +0800 |
commit | 6bb3b34a6ff357fd7f956d584ae142892f0b6733 (patch) | |
tree | e9bc22bb10c38c555e837bb0dba2c3c9e0b581d1 /www/mozilla-devel/files/patch-nsprpub::pr::include::md::_freebsd.h | |
parent | 7200276d2c20191b14346a12ec44c94d39bb8a17 (diff) | |
download | marcuscom-ports-6bb3b34a6ff357fd7f956d584ae142892f0b6733.tar.gz marcuscom-ports-6bb3b34a6ff357fd7f956d584ae142892f0b6733.tar.zst marcuscom-ports-6bb3b34a6ff357fd7f956d584ae142892f0b6733.zip |
- Move to LOCALBASE
git-svn-id: svn://creme-brulee.marcuscom.com/ports/trunk@6637 df743ca5-7f9a-e211-a948-0013205c9059
Diffstat (limited to 'www/mozilla-devel/files/patch-nsprpub::pr::include::md::_freebsd.h')
-rw-r--r-- | www/mozilla-devel/files/patch-nsprpub::pr::include::md::_freebsd.h | 14 |
1 files changed, 14 insertions, 0 deletions
diff --git a/www/mozilla-devel/files/patch-nsprpub::pr::include::md::_freebsd.h b/www/mozilla-devel/files/patch-nsprpub::pr::include::md::_freebsd.h new file mode 100644 index 000000000..2f4ca7ca6 --- /dev/null +++ b/www/mozilla-devel/files/patch-nsprpub::pr::include::md::_freebsd.h @@ -0,0 +1,14 @@ +--- nsprpub/pr/include/md/_freebsd.h.orig Sat Apr 22 17:14:55 2006 ++++ nsprpub/pr/include/md/_freebsd.h Sat Apr 22 17:14:47 2006 +@@ -106,6 +106,11 @@ + #define _PR_IPV6_V6ONLY_PROBE + #endif + ++#if __FreeBSD_version >= 700016 ++#define _PR_HAVE_GETPROTO_R ++#define _PR_HAVE_5_ARG_GETPROTO_R ++#endif ++ + #define USE_SETJMP + + #ifndef _PR_PTHREADS |