projects
/
git.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
9a1ae9a
)
Solaris does not support C99 format strings before version 10
author
Dennis Stosberg
<dennis@stosberg.net>
Tue, 15 Aug 2006 09:01:22 +0000
(11:01 +0200)
committer
Junio C Hamano
<junkio@cox.net>
Tue, 15 Aug 2006 09:55:39 +0000
(
02:55
-0700)
Signed-off-by: Dennis Stosberg <dennis@stosberg.net>
Signed-off-by: Junio C Hamano <junkio@cox.net>
Makefile
patch
|
blob
|
history
diff --git
a/Makefile
b/Makefile
index 0761d6c6eddd7894f2d1625cfed0ef2623661a32..02a036b96056aa6e383f1c2def32f005ab3a51a4 100644
(file)
--- a/
Makefile
+++ b/
Makefile
@@
-301,10
+301,12
@@
ifeq ($(uname_S),SunOS)
NEEDS_LIBICONV = YesPlease
NO_UNSETENV = YesPlease
NO_SETENV = YesPlease
+ NO_C99_FORMAT = YesPlease
endif
ifeq ($(uname_R),5.9)
NO_UNSETENV = YesPlease
NO_SETENV = YesPlease
+ NO_C99_FORMAT = YesPlease
endif
INSTALL = ginstall
TAR = gtar