projects
/
git.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
38c9c9b
)
Define NO_MEMMEM on Darwin as it lacks the function
author
Shawn O. Pearce
<spearce@spearce.org>
Sun, 9 Sep 2007 05:09:17 +0000
(
01:09
-0400)
committer
Junio C Hamano
<gitster@pobox.com>
Sun, 9 Sep 2007 08:51:13 +0000
(
01:51
-0700)
Signed-off-by: Shawn O. Pearce <spearce@spearce.org>
Signed-off-by: Junio C Hamano <gitster@pobox.com>
Makefile
patch
|
blob
|
history
diff --git
a/Makefile
b/Makefile
index bae073fe372dd744678502da1973bd5386fc7bd7..c68b530d1e104eec9f8250cb5e17494eb24501b4 100644
(file)
--- a/
Makefile
+++ b/
Makefile
@@
-398,6
+398,7
@@
ifeq ($(uname_S),Darwin)
NEEDS_LIBICONV = YesPlease
OLD_ICONV = UnfortunatelyYes
NO_STRLCPY = YesPlease
+ NO_MEMMEM = YesPlease
endif
ifeq ($(uname_S),SunOS)
NEEDS_SOCKET = YesPlease