diff options
author | Shawn O. Pearce <spearce@spearce.org> | 2007-09-09 01:09:17 -0400 |
---|---|---|
committer | Junio C Hamano <gitster@pobox.com> | 2007-09-09 01:51:13 -0700 |
commit | 3d59405ced89450fa443b64203a8bd9e34d4014c (patch) | |
tree | 250b45676b7d780efb1e0742ed35c2b4ef2a6512 | |
parent | 38c9c9b798a0df875968ae49d699298131dfa24d (diff) | |
download | git-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>
-rw-r--r-- | Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -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 |