From 53c240bb36169bb10ec6e5e1a6d08d30e4b60fe7 Mon Sep 17 00:00:00 2001 From: Martin Blapp Date: Mon, 4 Mar 2002 21:46:59 +0000 Subject: Upgrade to 641c source, add gcc2_freebsd_intel and gcc3_freebsd_intel cpp_uno source --- .../files/patch-sal+osl+unx+nlsupport.c | 27 ---------------------- 1 file changed, 27 deletions(-) (limited to 'editors/openoffice.org-2/files/patch-sal+osl+unx+nlsupport.c') diff --git a/editors/openoffice.org-2/files/patch-sal+osl+unx+nlsupport.c b/editors/openoffice.org-2/files/patch-sal+osl+unx+nlsupport.c index 221973d22290..68bf4b815221 100644 --- a/editors/openoffice.org-2/files/patch-sal+osl+unx+nlsupport.c +++ b/editors/openoffice.org-2/files/patch-sal+osl+unx+nlsupport.c @@ -68,33 +68,6 @@ /* * This implementation of osl_getTextEncodingFromLocale maps -@@ -829,7 +833,7 @@ - snprintf(env_buf, sizeof(env_buf), "LC_ALL=%s", locale_buf); - env_buf[sizeof(env_buf)] = '\0'; - putenv(env_buf); --#elif defined( FREEBSD ) || defined( NETBSD ) -+#elif defined( FREEBSD ) - setenv( "LC_ALL", locale_buf, 1); - #else - setenv( "LC_ALL", locale_buf ); -@@ -841,7 +845,7 @@ - snprintf(env_buf, sizeof(env_buf), "LC_CTYPE=%s", locale_buf); - env_buf[sizeof(env_buf)] = '\0'; - putenv(env_buf); --#elif defined( FREEBAD ) || defined( NETBSD ) -+#elif defined( FREEBSD ) - setenv("LC_CTYPE", locale_buf, 1 ); - #else - setenv( "LC_CTYPE", locale_buf ); -@@ -853,7 +857,7 @@ - snprintf(env_buf, sizeof(env_buf), "LANG=%s", locale_buf); - env_buf[sizeof(env_buf)] = '\0'; - putenv(env_buf); --#elif defined( FREEBAD ) || defined( NETBSD ) -+#elif defined( FREEBSD ) - setenv("LC_CTYPE", locale_buf, 1 ); - #else - setenv( "LANG", locale_buf ); @@ -864,6 +868,6 @@ return 0; } -- cgit v1.2.3