]> git.ipfire.org Git - thirdparty/git.git/commitdiff
Meta/Make: tweaks for NetBSD 6.0
authorJunio C Hamano <gitster@pobox.com>
Thu, 27 Dec 2012 00:16:59 +0000 (16:16 -0800)
committerJunio C Hamano <gitster@pobox.com>
Thu, 27 Dec 2012 00:16:59 +0000 (16:16 -0800)
Make

diff --git a/Make b/Make
index 1184ecdad92ef0f6c2fbe82a0d2db0541fced8ee..fa393ed0220b12a0ddfdd213d8dd49a32ef5b0a2 100755 (executable)
--- 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