]> asedeno.scripts.mit.edu Git - git.git/commitdiff
Define NO_MEMMEM of FreeBSD as it lacks the function
authorRobert Boone <robert@rlb3.com>
Mon, 10 Sep 2007 16:43:35 +0000 (11:43 -0500)
committerJunio C Hamano <gitster@pobox.com>
Wed, 12 Sep 2007 19:57:18 +0000 (12:57 -0700)
Signed-off-by: Junio C Hamano <gitster@pobox.com>
Makefile

index 61053aed5633e7cf7fbee739593bfaed2a1b78ce..78cdaa155ba424475fe091cd19cf212e32fcfc2f 100644 (file)
--- a/Makefile
+++ b/Makefile
@@ -442,6 +442,7 @@ ifeq ($(uname_O),Cygwin)
 endif
 ifeq ($(uname_S),FreeBSD)
        NEEDS_LIBICONV = YesPlease
+       NO_MEMMEM = YesPlease
        BASIC_CFLAGS += -I/usr/local/include
        BASIC_LDFLAGS += -L/usr/local/lib
 endif