git@vger.kernel.org mailing list mirror (one of many)
 help / color / mirror / code / Atom feed
* patch for fix build git on Haiku
@ 2013-02-22 15:13 diger
  2013-02-23 20:42 ` Jonathan Nieder
  0 siblings, 1 reply; 3+ messages in thread
From: diger @ 2013-02-22 15:13 UTC (permalink / raw
  To: git

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@freenet59.ru
-- 

^ permalink raw reply	[flat|nested] 3+ messages in thread

end of thread, other threads:[~2013-02-24  9:37 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2013-02-22 15:13 patch for fix build git on Haiku diger
2013-02-23 20:42 ` Jonathan Nieder
2013-02-24  9:36   ` Andreas Färber

Code repositories for project(s) associated with this public inbox

	https://80x24.org/mirrors/git.git

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).