about summary refs log tree commit diff stats
diff options
context:
space:
mode:
-rw-r--r--Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile b/Makefile index 42e8bfd..1127961 100644 --- a/Makefile +++ b/Makefile
@@ -99,7 +99,7 @@ ifeq ($(uname_S),$(filter $(uname_S),FreeBSD OpenBSD))
99 NEEDS_LIBICONV = yes 99 NEEDS_LIBICONV = yes
100endif 100endif
101 101
102GIT_OPTIONS = prefix=/usr 102GIT_OPTIONS = prefix=/usr NO_GETTEXT=1
103OBJECTS = 103OBJECTS =
104 104
105ifdef NO_ICONV 105ifdef NO_ICONV