summaryrefslogtreecommitdiff
path: root/hints
diff options
context:
space:
mode:
authorChris 'BinGOs' Williams <chris@bingosnet.co.uk>2012-04-02 20:19:52 +0100
committerChris 'BinGOs' Williams <chris@bingosnet.co.uk>2012-04-02 20:19:52 +0100
commit65ae6364e899062042cfe8a0cd81f9b2768fc2b5 (patch)
tree14e8e6e90b1f6f45376c6feab881734b6bba1197 /hints
parent8928fb824a6d653a67f3b20a68ef9606292dbf15 (diff)
downloadperl-65ae6364e899062042cfe8a0cd81f9b2768fc2b5.tar.gz
Upstream pkgsrc patch to support NetBSD 6.*
From original patch: "NetBSD-6.x is same condition as older releases."
Diffstat (limited to 'hints')
-rw-r--r--hints/netbsd.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/hints/netbsd.sh b/hints/netbsd.sh
index 4ecd1817c4..17a4ff6751 100644
--- a/hints/netbsd.sh
+++ b/hints/netbsd.sh
@@ -89,7 +89,7 @@ case "$osvers" in
;;
esac
case "$osvers" in
-0.9*|1.*|2.*|3.*|4.*|5.*)
+0.9*|1.*|2.*|3.*|4.*|5.*|6.*)
d_getprotoent_r="$undef"
d_getprotobyname_r="$undef"
d_getprotobynumber_r="$undef"