Andrew's git
/
gitweb.git
/ blobdiff
summary
|
log
|
commit
|
diff
|
tree
commit
grep
author
committer
pickaxe
?
re
Solaris does not support C99 format strings before version 10
[gitweb.git]
/
Makefile
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