Skip to content

Commit a0c0be9

Browse files
committed
OpenSolaris 200811 (SunOS 5.11) does not want OLD_ICONV
Signed-off-by: Junio C Hamano <[email protected]>
1 parent 30d8080 commit a0c0be9

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

Makefile

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -698,7 +698,9 @@ ifeq ($(uname_S),SunOS)
698698
NO_MEMMEM = YesPlease
699699
NO_HSTRERROR = YesPlease
700700
NO_MKDTEMP = YesPlease
701-
OLD_ICONV = UnfortunatelyYes
701+
ifneq ($(uname_R),5.11)
702+
OLD_ICONV = UnfortunatelyYes
703+
endif
702704
ifeq ($(uname_R),5.8)
703705
NO_UNSETENV = YesPlease
704706
NO_SETENV = YesPlease

0 commit comments

Comments
 (0)