author | Arjen Laarhoven <arjen@yaph.org> | |
Fri, 6 Apr 2007 23:49:17 +0000 (01:49 +0200) | ||
committer | Junio C Hamano <junkio@cox.net> | |
Sat, 7 Apr 2007 04:29:15 +0000 (21:29 -0700) | ||
commit | 63b4b7a7ed657f406eb274f88a7e2c61fd6fe958 | |
tree | e0f12da873649c9692c69756ecc4a6762a492b3b | tree | snapshot |
parent | d93f7c1817f8b9e8bbb2e8ed70e87e84bc55b9f2 | commit | diff |
Makefile: iconv() on Darwin has the old interface
The libiconv on Darwin uses the old iconv() interface (2nd argument is a
const char **, instead of a char **). Add OLD_ICONV to the Darwin
variable definitions to handle this.
Signed-off-by: Arjen Laarhoven <arjen@yaph.org>
Acked-by: Brian Gernhardt <benji@silverinsanity.com>
Signed-off-by: Junio C Hamano <junkio@cox.net>
The libiconv on Darwin uses the old iconv() interface (2nd argument is a
const char **, instead of a char **). Add OLD_ICONV to the Darwin
variable definitions to handle this.
Signed-off-by: Arjen Laarhoven <arjen@yaph.org>
Acked-by: Brian Gernhardt <benji@silverinsanity.com>
Signed-off-by: Junio C Hamano <junkio@cox.net>
Makefile | diff | blob | history |