Welcome to mirror list, hosted at ThFree Co, Russian Federation.

git.kernel.org/pub/scm/git/git.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJunio C Hamano <gitster@pobox.com>2009-12-27 01:32:36 +0300
committerJunio C Hamano <gitster@pobox.com>2009-12-27 01:32:36 +0300
commit21a0d9b42d9cc9560c66fb3cfa82a2a449de8b39 (patch)
treebd1171c18e67cacdc452c9fc00d3ffd0d586de41 /Makefile
parent685c568a7ac73794bcc367fddae129c8fcaf1d2e (diff)
Makefile: FreeBSD (both 7 and 8) needs OLD_ICONV
Signed-off-by: Junio C Hamano <gitster@pobox.com>
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile1
1 files changed, 1 insertions, 0 deletions
diff --git a/Makefile b/Makefile
index 4a1e5bcc4d..fd7f51e8b9 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