diff options
author | Chris Rees <crees@FreeBSD.org> | 2012-01-23 18:16:10 +0000 |
---|---|---|
committer | Chris Rees <crees@FreeBSD.org> | 2012-01-23 18:16:10 +0000 |
commit | 659701d0117804e5a769064ea7601850d322ed40 (patch) | |
tree | 99ebe260ac78d38c0b56d4fd61990832a34b46ee /databases/postgresql83-server/files | |
parent | - Update to 11.08.0 (diff) |
Unbreak ICU 4.8 support
PR: ports/163820
Submitted by: Mike Fisher <mfisher@csh.rit.edu>
Notes
Notes:
svn path=/head/; revision=289671
Diffstat (limited to 'databases/postgresql83-server/files')
-rw-r--r-- | databases/postgresql83-server/files/extra-patch-icu4 | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/databases/postgresql83-server/files/extra-patch-icu4 b/databases/postgresql83-server/files/extra-patch-icu4 index 2c5ca8e56e51..19ea639c5a8b 100644 --- a/databases/postgresql83-server/files/extra-patch-icu4 +++ b/databases/postgresql83-server/files/extra-patch-icu4 @@ -17,7 +17,7 @@ - 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_46, [], [ ++ 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, [], [ @@ -33,7 +33,7 @@ - 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_46, [], [ ++ 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, [], [ |