aboutsummaryrefslogtreecommitdiff
path: root/www/horde4-base
diff options
context:
space:
mode:
authorThierry Thomas <thierry@FreeBSD.org>2009-09-28 16:18:08 +0000
committerThierry Thomas <thierry@FreeBSD.org>2009-09-28 16:18:08 +0000
commit5f0ce9c9c5eba7f8172367cef0a60e1ec39019aa (patch)
treeb5e223bca57182e98555b18a6be8a8d3a3683148 /www/horde4-base
parent1e5a4f9299b51095b527ea7f2c59987cc549d9a7 (diff)
downloadports-5f0ce9c9c5eba7f8172367cef0a60e1ec39019aa.tar.gz
ports-5f0ce9c9c5eba7f8172367cef0a60e1ec39019aa.zip
Notes
Diffstat (limited to 'www/horde4-base')
-rw-r--r--www/horde4-base/files/extra-patch-lib_Horde_NLS.php12
1 files changed, 6 insertions, 6 deletions
diff --git a/www/horde4-base/files/extra-patch-lib_Horde_NLS.php b/www/horde4-base/files/extra-patch-lib_Horde_NLS.php
index 47daa0dcfec6..96eff63ba486 100644
--- a/www/horde4-base/files/extra-patch-lib_Horde_NLS.php
+++ b/www/horde4-base/files/extra-patch-lib_Horde_NLS.php
@@ -1,14 +1,14 @@
---- lib/Horde/NLS.php.orig 2008-01-22 10:08:06.000000000 -0900
-+++ lib/Horde/NLS.php 2008-02-29 09:50:02.000000000 -0900
-@@ -132,7 +132,10 @@
- setlocale(LC_ALL, $lang_charset);
+--- lib/Horde/NLS.php.orig 2009-09-14 10:08:48.000000000 +0000
++++ lib/Horde/NLS.php 2009-09-28 18:06:58.000000000 +0000
+@@ -133,6 +133,11 @@
}
}
--
+
+ /* avoid FreeBSD issapce(3) bug */
+ if(NLS::getCharset() == "UTF-8"){
+ setlocale(LC_CTYPE,"C");
+ }
++
+ @putenv('LC_ALL=' . $lang_charset);
@putenv('LANG=' . $lang_charset);
@putenv('LANGUAGE=' . $lang_charset);
- }