diff options
author | Baptiste Daroussin <bapt@FreeBSD.org> | 2014-02-07 11:45:14 +0000 |
---|---|---|
committer | Baptiste Daroussin <bapt@FreeBSD.org> | 2014-02-07 11:45:14 +0000 |
commit | 313de50d95a8138c4ec86062d653e5175a40b1dc (patch) | |
tree | 351d8a94c8e2cec99dc1c3954ff2d4839529ee76 /databases/postgresql84-server/files | |
parent | Chase boost and icu bump (diff) |
Add forgotten bits from boost chasing
Notes
Notes:
svn path=/head/; revision=343215
Diffstat (limited to 'databases/postgresql84-server/files')
-rw-r--r-- | databases/postgresql84-server/files/extra-patch-icu4 | 4 |
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 921e63344f23..1dd391bdd868 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_50, [], [ ++ 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, [], [ @@ -25,7 +25,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_50, [], [ ++ 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, [], [ |