Browse Source

OpenSolaris 200811 (SunOS 5.11) does not want OLD_ICONV

Signed-off-by: Junio C Hamano <gitster@pobox.com>
maint
Junio C Hamano 16 years ago
parent
commit
a0c0be97d4
  1. 4
      Makefile

4
Makefile

@ -698,7 +698,9 @@ ifeq ($(uname_S),SunOS) @@ -698,7 +698,9 @@ ifeq ($(uname_S),SunOS)
NO_MEMMEM = YesPlease
NO_HSTRERROR = YesPlease
NO_MKDTEMP = YesPlease
OLD_ICONV = UnfortunatelyYes
ifneq ($(uname_R),5.11)
OLD_ICONV = UnfortunatelyYes
endif
ifeq ($(uname_R),5.8)
NO_UNSETENV = YesPlease
NO_SETENV = YesPlease

Loading…
Cancel
Save