summaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authorLibravatar Dennis Stosberg <dennis@stosberg.net>2006-08-15 11:01:22 +0200
committerLibravatar Junio C Hamano <junkio@cox.net>2006-08-15 02:55:39 -0700
commit66c4509b73eeb66de3196a43e3171b3764f74100 (patch)
treea79c30c5146ab3d24c93851f4252915a230b5844 /Makefile
parentsample commit-msg hook: no silent exit on duplicate Signed-off-by lines (diff)
downloadtgif-66c4509b73eeb66de3196a43e3171b3764f74100.tar.xz
Solaris does not support C99 format strings before version 10
Signed-off-by: Dennis Stosberg <dennis@stosberg.net> Signed-off-by: Junio C Hamano <junkio@cox.net>
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile2
1 files changed, 2 insertions, 0 deletions
diff --git a/Makefile b/Makefile
index 0761d6c6ed..02a036b960 100644
--- 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