git.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* Re: [PATCH] Set OLD_ICONV on Cygwin.
@ 2007-12-04 13:39 Pascal Obry
  2007-12-04 13:43 ` Andreas Ericsson
  0 siblings, 1 reply; 8+ messages in thread
From: Pascal Obry @ 2007-12-04 13:39 UTC (permalink / raw)
  To: Andreas Ericsson, Pascal Obry; +Cc: Pascal Obry, git, Junio C Hamano


Andreas Ericsson wrote:
> Only one, insofar as I can see; You didn't CC Junio. He probably missed it.

Hum, I don't think this is a requirement. At least nothing is said about
CCing Junio on the Git Web site.

Anyway, now Junio is CCed :)

Pascal.

^ permalink raw reply	[flat|nested] 8+ messages in thread
* [PATCH] Set OLD_ICONV on Cygwin.
@ 2007-12-01  9:49 Pascal Obry
  2007-12-03 18:49 ` Pascal Obry
  0 siblings, 1 reply; 8+ messages in thread
From: Pascal Obry @ 2007-12-01  9:49 UTC (permalink / raw)
  To: git; +Cc: Pascal Obry

Cygwin still has old definition for the iconv() second
parameter. This patch fixes the last warning on Cygwin.
This has been tested with Cygwin 1.5.24.

Signed-off-by: Pascal Obry <pascal@obry.net>
---
 Makefile |    1 +
 1 files changed, 1 insertions(+), 0 deletions(-)

diff --git a/Makefile b/Makefile
index e869b85..fa3398c 100644
--- a/Makefile
+++ b/Makefile
@@ -446,6 +446,7 @@ ifeq ($(uname_O),Cygwin)
 	NEEDS_LIBICONV = YesPlease
 	NO_FAST_WORKING_DIRECTORY = UnfortunatelyYes
 	NO_TRUSTABLE_FILEMODE = UnfortunatelyYes
+	OLD_ICONV = UnfortunatelyYes
 	# There are conflicting reports about this.
 	# On some boxes NO_MMAP is needed, and not so elsewhere.
 	# Try commenting this out if you suspect MMAP is more efficient
-- 
1.5.3.6.985.g65c6a4

^ permalink raw reply related	[flat|nested] 8+ messages in thread

end of thread, other threads:[~2007-12-04 22:12 UTC | newest]

Thread overview: 8+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2007-12-04 13:39 [PATCH] Set OLD_ICONV on Cygwin Pascal Obry
2007-12-04 13:43 ` Andreas Ericsson
2007-12-04 17:54   ` Junio C Hamano
2007-12-04 21:59     ` Junio C Hamano
2007-12-04 22:12       ` Pascal Obry
  -- strict thread matches above, loose matches on Subject: below --
2007-12-01  9:49 Pascal Obry
2007-12-03 18:49 ` Pascal Obry
2007-12-04  9:32   ` Andreas Ericsson

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).