From: Junio C Hamano Date: Sat, 26 Dec 2009 22:32:36 +0000 (-0800) Subject: Makefile: FreeBSD (both 7 and 8) needs OLD_ICONV X-Git-Tag: v1.6.6.1~24 X-Git-Url: https://git.tokkee.org/?a=commitdiff_plain;h=21a0d9b42d9cc9560c66fb3cfa82a2a449de8b39;p=git.git Makefile: FreeBSD (both 7 and 8) needs OLD_ICONV Signed-off-by: Junio C Hamano --- diff --git a/Makefile b/Makefile index 4a1e5bcc4..fd7f51e8b 100644 --- a/Makefile +++ b/Makefile @@ -828,6 +828,7 @@ ifeq ($(uname_O),Cygwin) endif ifeq ($(uname_S),FreeBSD) NEEDS_LIBICONV = YesPlease + OLD_ICONV = YesPlease NO_MEMMEM = YesPlease BASIC_CFLAGS += -I/usr/local/include BASIC_LDFLAGS += -L/usr/local/lib