Welcome to mirror list, hosted at ThFree Co, Russian Federation.

git.kernel.org/pub/scm/git/git.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRobert Boone <robert@rlb3.com>2007-09-10 20:43:35 +0400
committerJunio C Hamano <gitster@pobox.com>2007-09-12 23:57:18 +0400
commita2f22dbfa3a1039e5c6a9968d2421f1e9716515a (patch)
treea8fa9c3356b5f34b9bdce1c57e9115ecb8a5028a /Makefile
parent6972ab7ae10a205bbc05b98408a36403915a9c39 (diff)
Define NO_MEMMEM of FreeBSD as it lacks the function
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 61053aed56..78cdaa155b 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