aboutsummaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authorRobert Boone <robert@rlb3.com>2007-09-10 11:43:35 -0500
committerJunio C Hamano <gitster@pobox.com>2007-09-12 12:57:18 -0700
commita2f22dbfa3a1039e5c6a9968d2421f1e9716515a (patch)
treea8fa9c3356b5f34b9bdce1c57e9115ecb8a5028a /Makefile
parent6972ab7ae10a205bbc05b98408a36403915a9c39 (diff)
downloadgit-a2f22dbfa3a1039e5c6a9968d2421f1e9716515a.tar.gz
git-a2f22dbfa3a1039e5c6a9968d2421f1e9716515a.tar.xz
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 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