From: Robert Boone Date: Mon, 10 Sep 2007 16:43:35 +0000 (-0500) Subject: Define NO_MEMMEM of FreeBSD as it lacks the function X-Git-Tag: v1.5.4-rc0~450 X-Git-Url: http://git.tremily.us/?a=commitdiff_plain;h=a2f22dbfa3a1039e5c6a9968d2421f1e9716515a;p=git.git Define NO_MEMMEM of FreeBSD as it lacks the function Signed-off-by: Junio C Hamano --- diff --git a/Makefile b/Makefile index 61053aed5..78cdaa155 100644 --- 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