diff options
-rw-r--r-- | Makefile | 2 |
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 |
100 | endif | 100 | endif |
101 | 101 | ||
102 | GIT_OPTIONS = prefix=/usr | 102 | GIT_OPTIONS = prefix=/usr NO_GETTEXT=1 |
103 | OBJECTS = | 103 | OBJECTS = |
104 | 104 | ||
105 | ifdef NO_ICONV | 105 | ifdef NO_ICONV |