projects
/
perl.git
/ commitdiff
free
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
(parent:
45b6f2e
)
Upstream pkgsrc patch to support NetBSD 6.*
author
Chris 'BinGOs' Williams <chris@bingosnet.co.uk>
Mon, 2 Apr 2012 19:19:52 +0000 (20:19 +0100)
committer
Dominic Hargreaves <dom@earth.li>
Sat, 3 Nov 2012 23:23:39 +0000 (23:23 +0000)
From original patch:
"NetBSD-6.x is same condition as older releases."
hints/netbsd.sh
patch
|
blob
|
blame
|
history
diff --git
a/hints/netbsd.sh
b/hints/netbsd.sh
index
9e7a4e2
..
030df1b
100644
(file)
--- a/
hints/netbsd.sh
+++ b/
hints/netbsd.sh
@@
-79,7
+79,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"