git.99rst.org
/
git.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
| inline |
side by side
(parent:
bb80ee0
)
MSVC: fix compile errors due to missing libintl.h
author
Karsten Blees
<redacted>
Tue, 10 Sep 2013 23:21:53 +0000
(
01:21
+0200)
committer
Junio C Hamano
<redacted>
Wed, 11 Sep 2013 18:08:52 +0000
(11:08 -0700)
Set NO_GETTEXT in config.mak.uname to get rid of libintl.h dependency.
Signed-off-by: Karsten Blees <redacted>
Acked-by: Sebastian Schuberth <redacted>
Signed-off-by: Junio C Hamano <redacted>
config.mak.uname
patch
|
blob
|
history
diff --git
a/config.mak.uname
b/config.mak.uname
index 7d615314f41f33df245efcecbe49f2aee3c90ad7..781dee4db78361cca802874a5b527207532ae156 100644
(file)
--- a/
config.mak.uname
+++ b/
config.mak.uname
@@
-339,6
+339,7
@@
ifeq ($(uname_S),Windows)
OBJECT_CREATION_USES_RENAMES = UnfortunatelyNeedsTo
NO_REGEX = YesPlease
NO_CURL = YesPlease
+ NO_GETTEXT = YesPlease
NO_PYTHON = YesPlease
BLK_SHA1 = YesPlease
ETAGS_TARGET = ETAGS
git clone https://git.99rst.org/PROJECT