Skip site navigation (1)Skip section navigation (2)
Date:      Sat, 18 Aug 2012 07:05:59 GMT
From:      svn-freebsd-gecko@chruetertee.ch
To:        freebsd-gecko@freebsd.org
Subject:   [SVN-Commit] r938 - branches/experimental/www/seamonkey/files
Message-ID:  <201208180705.q7I75xoW062120@trillian.chruetertee.ch>

next in thread | raw e-mail | index | archive | help
Author: jbeich
Date: Sat Aug 18 07:05:59 2012
New Revision: 938

Log:
more unused build fixes

Deleted:
   branches/experimental/www/seamonkey/files/patch-mozilla-xpcom-io-nsNativeCharsetUtils.cpp
Modified:
   branches/experimental/www/seamonkey/files/patch-ldap-sdks-c-sdk-ldap-libraries-libssldap-Makefile.in

Modified: branches/experimental/www/seamonkey/files/patch-ldap-sdks-c-sdk-ldap-libraries-libssldap-Makefile.in
==============================================================================
--- branches/experimental/www/seamonkey/files/patch-ldap-sdks-c-sdk-ldap-libraries-libssldap-Makefile.in	Sat Aug 18 07:05:51 2012	(r937)
+++ branches/experimental/www/seamonkey/files/patch-ldap-sdks-c-sdk-ldap-libraries-libssldap-Makefile.in	Sat Aug 18 07:05:59 2012	(r938)
@@ -1,14 +1,5 @@
 --- ldap/sdks/c-sdk/ldap/libraries/libssldap/Makefile.in.orig	2009-09-10 17:36:39.000000000 +0200
 +++ ldap/sdks/c-sdk/ldap/libraries/libssldap/Makefile.in	2009-09-10 17:37:28.000000000 +0200
-@@ -42,7 +42,7 @@
- NSPR_LIBS   = @NSPR_LIBS@
- NSPR_CFLAGS = @NSPR_CFLAGS@
- NSS_LIBS   = @NSS_LIBS@
--NSS_CFLAGS = @NSS_CFLAGS@
-+NSS_CFLAGS = @NSS_CFLAGS@ -I/usr/local/include/nss/nss
- 
- include $(MOD_DEPTH)/config/autoconf.mk
- include $(topsrcdir)/build.mk
 @@ -180,6 +180,10 @@
  CUSTOM_LIBS=1
  endif

Deleted: branches/experimental/www/seamonkey/files/patch-mozilla-xpcom-io-nsNativeCharsetUtils.cpp
==============================================================================
--- branches/experimental/www/seamonkey/files/patch-mozilla-xpcom-io-nsNativeCharsetUtils.cpp	Sat Aug 18 07:05:59 2012	(r937)
+++ /dev/null	00:00:00 1970	(deleted)
@@ -1,18 +0,0 @@
---- 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?201208180705.q7I75xoW062120>