summaryrefslogtreecommitdiff
path: root/databases/postgresql84-server/files/extra-patch-icu4
diff options
context:
space:
mode:
authorBaptiste Daroussin <bapt@FreeBSD.org>2010-12-16 18:47:56 +0000
committerBaptiste Daroussin <bapt@FreeBSD.org>2010-12-16 18:47:56 +0000
commitbb63afd2dd9ed0aac1b38ad1418b30b2238465c8 (patch)
tree1b19d4c2892671c0cbbd24e57e576d01f48acb55 /databases/postgresql84-server/files/extra-patch-icu4
parentAdd pecl-handlersocket 0.0.6, a PECL extension for HandlerSocket. (diff)
- Prepare for devel/icu4 deletion
- fix py-icu with icu4.6 - fix portsgresql*server with icu 4.6 - remove now useless icu patch from webkit
Notes
Notes: svn path=/head/; revision=266446
Diffstat (limited to 'databases/postgresql84-server/files/extra-patch-icu4')
-rw-r--r--databases/postgresql84-server/files/extra-patch-icu44
1 files changed, 2 insertions, 2 deletions
diff --git a/databases/postgresql84-server/files/extra-patch-icu4 b/databases/postgresql84-server/files/extra-patch-icu4
index 9eda633fda4a..f233b8889778 100644
--- a/databases/postgresql84-server/files/extra-patch-icu4
+++ b/databases/postgresql84-server/files/extra-patch-icu4
@@ -8,7 +8,7 @@
- AC_CHECK_LIB(icui18n, ucol_open_3_6, [], [
- AC_CHECK_LIB(icui18n, ucol_open_3_4, [], [AC_MSG_ERROR([library 'icui18n' is required for ICU])])
- ])
-+ AC_CHECK_LIB(icui18n, ucol_open_44, [], [
++ AC_CHECK_LIB(icui18n, ucol_open_46, [], [
+ AC_CHECK_LIB(icui18n, ucol_open_3_8, [], [
+ AC_CHECK_LIB(icui18n, ucol_open_3_6, [], [
+ AC_CHECK_LIB(icui18n, ucol_open_3_4, [], [AC_MSG_ERROR([library 'icui18n' is required for ICU])])
@@ -19,7 +19,7 @@
- AC_CHECK_LIB(icuuc, ucnv_fromUChars_3_6, [], [
- AC_CHECK_LIB(icuuc, ucnv_fromUChars_3_4, [], [AC_MSG_ERROR([library 'icuuc' is required for ICU])])
- ])
-+ AC_CHECK_LIB(icuuc, ucnv_fromUChars_44, [], [
++ AC_CHECK_LIB(icuuc, ucnv_fromUChars_46, [], [
+ AC_CHECK_LIB(icuuc, ucnv_fromUChars_3_8, [], [
+ AC_CHECK_LIB(icuuc, ucnv_fromUChars_3_6, [], [
+ AC_CHECK_LIB(icuuc, ucnv_fromUChars_3_4, [], [AC_MSG_ERROR([library 'icuuc' is required for ICU])])