Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 16 Jun 2011 22:01:09 GMT
From:      svn-freebsd-gecko@chruetertee.ch
To:        freebsd-gecko@freebsd.org
Subject:   [SVN-Commit] r560 - branches/experimental/www/seamonkey/files
Message-ID:  <201106162201.p5GM19hV053249@trillian.chruetertee.ch>

next in thread | raw e-mail | index | archive | help
Author: beat
Date: Thu Jun 16 22:01:09 2011
New Revision: 560

Log:
- Fix build on recent CURRENT.

Submitted by:	Alexey Shuvaev <shuvaev AT physik.uni-wuerzburg.de> on
		-current back in January
Reported, tested and approved by:	flo@

Added:
   branches/experimental/www/seamonkey/files/patch-mozilla-xpcom-io-nsNativeCharsetUtils.cpp

Added: branches/experimental/www/seamonkey/files/patch-mozilla-xpcom-io-nsNativeCharsetUtils.cpp
==============================================================================
--- /dev/null	00:00:00 1970	(empty, because file is newly added)
+++ branches/experimental/www/seamonkey/files/patch-mozilla-xpcom-io-nsNativeCharsetUtils.cpp	Thu Jun 16 22:01:09 2011	(r560)
@@ -0,0 +1,18 @@
+--- mozilla/xpcom/io/nsNativeCharsetUtils.cpp.orig	2011-06-16 15:45:54.000000000 +0200
++++ mozilla/xpcom/io/nsNativeCharsetUtils.cpp	2011-06-16 15:46:49.000000000 +0200
+@@ -96,11 +96,11 @@
+ // iconv for all platforms where nltypes.h and nllanginfo.h are present 
+ // along with iconv.
+ //
+-#if defined(HAVE_ICONV) && defined(HAVE_NL_TYPES_H) && defined(HAVE_LANGINFO_CODESET)
+-#define USE_ICONV 1
+-#else
++//#if defined(HAVE_ICONV) && defined(HAVE_NL_TYPES_H) && defined(HAVE_LANGINFO_CODESET)
++//#define USE_ICONV 1
++//#else
+ #define USE_STDCONV 1
+-#endif
++//#endif
+ 
+ static void
+ isolatin1_to_utf16(const char **input, PRUint32 *inputLeft, PRUnichar **output, PRUint32 *outputLeft)



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201106162201.p5GM19hV053249>