[SVN-Commit] r560 - branches/experimental/www/seamonkey/files

svn-freebsd-gecko at chruetertee.ch svn-freebsd-gecko at chruetertee.ch
Thu Jun 16 22:01:16 UTC 2011


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)


More information about the freebsd-gecko mailing list