diff options
author | Robert Boone <robert@rlb3.com> | 2007-09-10 11:43:35 -0500 |
---|---|---|
committer | Junio C Hamano <gitster@pobox.com> | 2007-09-12 12:57:18 -0700 |
commit | a2f22dbfa3a1039e5c6a9968d2421f1e9716515a (patch) | |
tree | a8fa9c3356b5f34b9bdce1c57e9115ecb8a5028a /Makefile | |
parent | Merge branch 'rs/archive' (diff) | |
download | tgif-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-- | Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -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 |