* [PATCH] Enable threaded delta search on Mac OS X/Darwin
@ 2008-12-17 8:20 Arjen Laarhoven
2008-12-18 6:02 ` Junio C Hamano
0 siblings, 1 reply; 2+ messages in thread
From: Arjen Laarhoven @ 2008-12-17 8:20 UTC (permalink / raw)
To: git; +Cc: Junio C Hamano
Signed-off-by: Arjen Laarhoven <arjen@yaph.org>
---
This was tested on branch 'next' on an Intel dual-core Mac running OS X
10.5 and a single-CPU PowerPC G4 running OS X 10.4.
Makefile | 1 +
1 files changed, 1 insertions(+), 0 deletions(-)
diff --git a/Makefile b/Makefile
index 5158197..aabf013 100644
--- a/Makefile
+++ b/Makefile
@@ -645,6 +645,7 @@ ifeq ($(uname_S),Darwin)
endif
NO_STRLCPY = YesPlease
NO_MEMMEM = YesPlease
+ THREADED_DELTA_SEARCH = YesPlease
endif
ifeq ($(uname_S),SunOS)
NEEDS_SOCKET = YesPlease
--
1.6.1.rc3.294.g91f21
^ permalink raw reply related [flat|nested] 2+ messages in thread
end of thread, other threads:[~2008-12-18 6:04 UTC | newest]
Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2008-12-17 8:20 [PATCH] Enable threaded delta search on Mac OS X/Darwin Arjen Laarhoven
2008-12-18 6:02 ` Junio C Hamano
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 NNTP newsgroup(s).