summaryrefslogtreecommitdiff
path: root/config.mak.uname
diff options
context:
space:
mode:
authorJohannes Schindelin <johannes.schindelin@gmx.de>2012-01-05 22:41:41 (GMT)
committerPat Thoyts <patthoyts@users.sourceforge.net>2013-06-04 09:02:27 (GMT)
commitca35487192c449dc0b22a46af4ec75914a8d4383 (patch)
tree82291e1fa5f34ec732bf20d26ec6d49885804ae2 /config.mak.uname
parent0a2623269ff2996c453667a4abc12fbbbf2194b1 (diff)
downloadgit-ca35487192c449dc0b22a46af4ec75914a8d4383.zip
git-ca35487192c449dc0b22a46af4ec75914a8d4383.tar.gz
git-ca35487192c449dc0b22a46af4ec75914a8d4383.tar.bz2
Define NO_GETTEXT for Git for Windows
The dreaded "your vnsprintf is broken (returned -1)" error is back. At least with the libintl version we have. So for the moment, just work around the issue by _not_ using gettext. Ah, I wish that my attempt at implementing a custom strbuf_vaddf() would not have been brushed aside so rashly. Oh well. Time saved on maintaining that thing, I guess (although more time went into working around coping with existing implementations). Signed-off-by: Johannes Schindelin <johannes.schindelin@gmx.de>
Diffstat (limited to 'config.mak.uname')
-rw-r--r--config.mak.uname1
1 files changed, 1 insertions, 0 deletions
diff --git a/config.mak.uname b/config.mak.uname
index 11af598..e90ad12 100644
--- a/config.mak.uname
+++ b/config.mak.uname
@@ -518,6 +518,7 @@ ifneq (,$(wildcard ../THIS_IS_MSYSGIT))
NO_R_TO_GCC_LINKER = YesPlease
INTERNAL_QSORT = YesPlease
HAVE_LIBCHARSET_H = YesPlease
+ NO_GETTEXT = YesPlease
else
NO_CURL = YesPlease
endif