diff options
author | Palle Girgensohn <girgen@FreeBSD.org> | 2014-02-10 16:32:40 +0000 |
---|---|---|
committer | Palle Girgensohn <girgen@FreeBSD.org> | 2014-02-10 16:32:40 +0000 |
commit | 2999fc98f0eabf2b12f5e5565d294a1332facc84 (patch) | |
tree | d0bbc22683316b2e1add863024de4c53c6891bae /databases/postgresql84-server/files | |
parent | - update to 1.1.0 (diff) |
Chase ICU update
Notes
Notes:
svn path=/head/; revision=343650
Diffstat (limited to 'databases/postgresql84-server/files')
-rw-r--r-- | databases/postgresql84-server/files/extra-patch-icu4 | 42 |
1 files changed, 0 insertions, 42 deletions
diff --git a/databases/postgresql84-server/files/extra-patch-icu4 b/databases/postgresql84-server/files/extra-patch-icu4 deleted file mode 100644 index 1dd391bdd868..000000000000 --- a/databases/postgresql84-server/files/extra-patch-icu4 +++ /dev/null @@ -1,42 +0,0 @@ ---- configure.in.orig 2010-12-17 10:28:46.362381801 +0100 -+++ configure.in 2010-12-17 10:31:27.692004326 +0100 -@@ -945,15 +945,31 @@ - fi - - if test "$with_icu" = yes ; then -- 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])]) -- ]) -+ AC_CHECK_LIB(icui18n, ucol_open_52, [], [ -+ AC_CHECK_LIB(icui18n, ucol_open_48, [], [ -+ AC_CHECK_LIB(icui18n, ucol_open_44, [], [ -+ AC_CHECK_LIB(icui18n, ucol_open_43, [], [ -+ 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])]) -+ ]) -+ ]) -+ ]) -+ ]) -+ ]) - ]) -- 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])]) -- ]) -+ AC_CHECK_LIB(icuuc, ucnv_fromUChars_52, [], [ -+ AC_CHECK_LIB(icuuc, ucnv_fromUChars_48, [], [ -+ AC_CHECK_LIB(icuuc, ucnv_fromUChars_44, [], [ -+ AC_CHECK_LIB(icuuc, ucnv_fromUChars_43, [], [ -+ 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])]) -+ ]) -+ ]) -+ ]) -+ ]) -+ ]) - ]) - fi - |