summaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authorLibravatar Robert Boone <robert@rlb3.com>2007-09-10 11:43:35 -0500
committerLibravatar Junio C Hamano <gitster@pobox.com>2007-09-12 12:57:18 -0700
commita2f22dbfa3a1039e5c6a9968d2421f1e9716515a (patch)
treea8fa9c3356b5f34b9bdce1c57e9115ecb8a5028a /Makefile
parentMerge branch 'rs/archive' (diff)
downloadtgif-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 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