projects
/
git.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
6972ab7
)
Define NO_MEMMEM of FreeBSD as it lacks the function
author
Robert Boone
<robert@rlb3.com>
Mon, 10 Sep 2007 16:43:35 +0000
(11:43 -0500)
committer
Junio C Hamano
<gitster@pobox.com>
Wed, 12 Sep 2007 19:57:18 +0000
(12:57 -0700)
Signed-off-by: Junio C Hamano <gitster@pobox.com>
Makefile
patch
|
blob
|
history
diff --git
a/Makefile
b/Makefile
index 61053aed5633e7cf7fbee739593bfaed2a1b78ce..78cdaa155ba424475fe091cd19cf212e32fcfc2f 100644
(file)
--- 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