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)
_______________________________________________
[email protected] mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-gecko
To unsubscribe, send any mail to "[email protected]"

Reply via email to