aboutsummaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authorShawn O. Pearce <spearce@spearce.org>2007-09-09 01:09:17 -0400
committerJunio C Hamano <gitster@pobox.com>2007-09-09 01:51:13 -0700
commit3d59405ced89450fa443b64203a8bd9e34d4014c (patch)
tree250b45676b7d780efb1e0742ed35c2b4ef2a6512 /Makefile
parent38c9c9b798a0df875968ae49d699298131dfa24d (diff)
downloadgit-3d59405ced89450fa443b64203a8bd9e34d4014c.tar.gz
git-3d59405ced89450fa443b64203a8bd9e34d4014c.tar.xz
Define NO_MEMMEM on Darwin as it lacks the function
Signed-off-by: Shawn O. Pearce <spearce@spearce.org> Signed-off-by: Junio C Hamano <gitster@pobox.com>
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile1
1 files changed, 1 insertions, 0 deletions
diff --git a/Makefile b/Makefile
index bae073fe3..c68b530d1 100644
--- a/Makefile
+++ b/Makefile
@@ -398,6 +398,7 @@ ifeq ($(uname_S),Darwin)
NEEDS_LIBICONV = YesPlease
OLD_ICONV = UnfortunatelyYes
NO_STRLCPY = YesPlease
+ NO_MEMMEM = YesPlease
endif
ifeq ($(uname_S),SunOS)
NEEDS_SOCKET = YesPlease