author | Dennis Stosberg <dennis@stosberg.net> | |
Thu, 11 May 2006 17:35:31 +0000 (19:35 +0200) | ||
committer | Junio C Hamano <junkio@cox.net> | |
Mon, 15 May 2006 20:00:01 +0000 (13:00 -0700) | ||
commit | e88856b485cd73dfc1f3ef8d4c5b52a2f557e8c8 | |
tree | 616f748b9c815776c7cb9273e774083a7a43b7d5 | tree | snapshot |
parent | c8df633b4edfe6915ea3a8651a08d93654c62f24 | commit | diff |
Fix compilation on newer NetBSD systems
NetBSD >=2.0 has iconv() in libc. A libiconv is not required and
does not exist.
See: http://netbsd.gw.com/cgi-bin/man-cgi?iconv+3+NetBSD-2.0
[jc: with a bit of simplification later discussed on the list.]
Signed-off-by: Dennis Stosberg <dennis@stosberg.net>
Signed-off-by: Junio C Hamano <junkio@cox.net>
NetBSD >=2.0 has iconv() in libc. A libiconv is not required and
does not exist.
See: http://netbsd.gw.com/cgi-bin/man-cgi?iconv+3+NetBSD-2.0
[jc: with a bit of simplification later discussed on the list.]
Signed-off-by: Dennis Stosberg <dennis@stosberg.net>
Signed-off-by: Junio C Hamano <junkio@cox.net>
Makefile | diff | blob | history |