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)) NEEDS_LIBICONV = yes endif -GIT_OPTIONS = prefix=/usr +GIT_OPTIONS = prefix=/usr NO_GETTEXT=1 OBJECTS = ifdef NO_ICONV |