projects
/
git.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
30d8080
)
OpenSolaris 200811 (SunOS 5.11) does not want OLD_ICONV
author
Junio C Hamano
<gitster@pobox.com>
Sat, 23 May 2009 05:55:31 +0000
(22:55 -0700)
committer
Junio C Hamano
<gitster@pobox.com>
Sat, 23 May 2009 05:55:31 +0000
(22:55 -0700)
Signed-off-by: Junio C Hamano <gitster@pobox.com>
Makefile
patch
|
blob
|
history
diff --git
a/Makefile
b/Makefile
index 26d180cc5422c968f5bde4ae4a300347b3f33e02..a23846b7c05136401ce2fb9d4ba09ca3111b7a4e 100644
(file)
--- a/
Makefile
+++ b/
Makefile
@@
-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