Meta/Make: tweaks for NetBSD 6.0
Junio C Hamano committed
Dec 26, 2012 at 16:16 UTC
94b7fd87ee344391961ba97808e11d667b8d6966
1 file changed
+5
Make
+5
index 1184ecdad9..fa393ed022 100755
--- a/Make
+++ b/Make
@@ -62,6 +62,10 @@ OpenBSD)
O="-fgnu89-inline"
skip="t9402"
;;
+NetBSD)
+ OLD_ICONV=YesPlease; export OLD_ICONV
+ skip="t5000 t9402"
+ ;;
FreeBSD)
OLD_ICONV=YesPlease; export OLD_ICONV
skip="t5560"
@@ -180,6 +184,7 @@ GNU_ROFF=YesPlease'
# Platform hack
if test -z "${make:+set}" && {
test -x /usr/local/bin/gmake ||
+ test -x /usr/pkg/bin/gmake
test -x /usr/bin/gmake
}
then