]> asedeno.scripts.mit.edu Git - git.git/commitdiff
Define NO_MEMMEM on Darwin as it lacks the function
authorShawn O. Pearce <spearce@spearce.org>
Sun, 9 Sep 2007 05:09:17 +0000 (01:09 -0400)
committerJunio C Hamano <gitster@pobox.com>
Sun, 9 Sep 2007 08:51:13 +0000 (01:51 -0700)
Signed-off-by: Shawn O. Pearce <spearce@spearce.org>
Signed-off-by: Junio C Hamano <gitster@pobox.com>
Makefile

index bae073fe372dd744678502da1973bd5386fc7bd7..c68b530d1e104eec9f8250cb5e17494eb24501b4 100644 (file)
--- 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