This patch fixes build git on Haiku ---------------- $NetBSD$ --- Makefile.orig 2012-10-21 21:32:15.000000000 +0000 +++ Makefile @@ -1211,6 +1204,16 @@ ifeq ($(uname_S),HP-UX) endif GIT_TEST_CMP = cmp endif +ifeq ($(uname_S),Haiku) + NO_R_TO_GCC_LINKER = YesPlease + NO_LIBGEN_H = YesPlease + NO_MEMMEM = YesPlease + NO_MKSTEMPS = YesPlease + NEEDS_LIBICONV = YesPlease + DEFAULT_EDITOR = nano + PTHREAD_LIBS = -lroot + NO_CROSS_DIRECTORY_HARDLINKS = YesPlease +endif ifeq ($(uname_S),Windows) GIT_VERSION := $(GIT_VERSION).MSVC pathsep = ; -------------------- -- Jabber ID: admin@xxxxxxxxxxxx -- -- To unsubscribe from this list: send the line "unsubscribe git" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html