summaryrefslogtreecommitdiff
path: root/editors/openoffice.org-2/files/patch-sal+osl+unx+nlsupport.c
diff options
context:
space:
mode:
authorMartin Blapp <mbr@FreeBSD.org>2002-03-04 21:46:59 +0000
committerMartin Blapp <mbr@FreeBSD.org>2002-03-04 21:46:59 +0000
commit53c240bb36169bb10ec6e5e1a6d08d30e4b60fe7 (patch)
tree5fc0cd10891f324e300f41d682e0239bd96451b4 /editors/openoffice.org-2/files/patch-sal+osl+unx+nlsupport.c
parentUpdate to 1.3.14. URGH, I donno how it missed the last GNOME 2 beta update (diff)
Upgrade to 641c source, add gcc2_freebsd_intel and gcc3_freebsd_intel cpp_uno
source
Notes
Notes: svn path=/head/; revision=55536
Diffstat (limited to 'editors/openoffice.org-2/files/patch-sal+osl+unx+nlsupport.c')
-rw-r--r--editors/openoffice.org-2/files/patch-sal+osl+unx+nlsupport.c27
1 files changed, 0 insertions, 27 deletions
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;
}