summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorahze <ahze@df743ca5-7f9a-e211-a948-0013205c9059>2006-07-19 01:50:06 +0800
committerahze <ahze@df743ca5-7f9a-e211-a948-0013205c9059>2006-07-19 01:50:06 +0800
commit42ba71f8826feb5b5254f7986bea39994df875b4 (patch)
treed78752f1e9b388de1d0b5ccf98d76d313dce991d
parent7bbfe3bd5400d80952636725bea15ef6796e20db (diff)
downloadmarcuscom-ports-42ba71f8826feb5b5254f7986bea39994df875b4.tar.gz
marcuscom-ports-42ba71f8826feb5b5254f7986bea39994df875b4.tar.zst
marcuscom-ports-42ba71f8826feb5b5254f7986bea39994df875b4.zip
- Chase with ports
git-svn-id: svn://creme-brulee.marcuscom.com/ports/trunk@6643 df743ca5-7f9a-e211-a948-0013205c9059
-rw-r--r--www/mozilla-devel/files/patch-nsprpub::pr::include::md::_freebsd.h2
1 files changed, 1 insertions, 1 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
index 2f4ca7ca6..7f357c664 100644
--- a/www/mozilla-devel/files/patch-nsprpub::pr::include::md::_freebsd.h
+++ b/www/mozilla-devel/files/patch-nsprpub::pr::include::md::_freebsd.h
@@ -4,7 +4,7 @@
#define _PR_IPV6_V6ONLY_PROBE
#endif
-+#if __FreeBSD_version >= 700016
++#if (__FreeBSD_version >= 700016) || (__FreeBSD_version < 700000 && __FreeBSD_version >= 601103)
+#define _PR_HAVE_GETPROTO_R
+#define _PR_HAVE_5_ARG_GETPROTO_R
+#endif