diff options
author | Baptiste Daroussin <bapt@FreeBSD.org> | 2010-12-15 11:36:41 +0000 |
---|---|---|
committer | Baptiste Daroussin <bapt@FreeBSD.org> | 2010-12-15 11:36:41 +0000 |
commit | c0ad03979a0cf5930f9482e0c2b8eb61356bf76b (patch) | |
tree | a3c63959dcbde60cac5dc34cbac87cec0a240de3 /devel/icu/files/patch-putil | |
parent | Fix s/JAVAJARDIR/JAVALIBDIR/. (diff) |
- Update devel/icu to 4.6
- Deprecate devel/icu4
PR: ports/152940
Notes
Notes:
svn path=/head/; revision=266337
Diffstat (limited to 'devel/icu/files/patch-putil')
-rw-r--r-- | devel/icu/files/patch-putil | 9 |
1 files changed, 0 insertions, 9 deletions
diff --git a/devel/icu/files/patch-putil b/devel/icu/files/patch-putil deleted file mode 100644 index f102043ddb96..000000000000 --- a/devel/icu/files/patch-putil +++ /dev/null @@ -1,9 +0,0 @@ ---- common/putil.c 2007-12-12 13:57:26.000000000 -0500 -+++ common/putil.c 2008-01-28 13:04:02.000000000 -0500 -@@ -577,5 +577,5 @@ - /* These platforms are likely to use Olson timezone IDs. */ - #define CHECK_LOCALTIME_LINK 1 --#if defined(U_LINUX) -+#if defined(U_LINUX) || defined(U_BSD) - #define TZDEFAULT "/etc/localtime" - #define TZZONEINFO "/usr/share/zoneinfo/" |