diff options
author | cvs2svn <cvs2svn@FreeBSD.org> | 2011-02-11 03:06:03 +0000 |
---|---|---|
committer | cvs2svn <cvs2svn@FreeBSD.org> | 2011-02-11 03:06:03 +0000 |
commit | b36e665e56175a7588102bec06e2ac62ffff3b5e (patch) | |
tree | d8c04c2dd9d515238e6ff20e97948fc22f7f82be /databases/postgresql91-server/files/extra-patch-icu4 | |
parent | - Update to 1.16.2 (diff) |
This commit was manufactured by cvs2svn to create tag 'RELEASE_8_2_0'.release/8.2.0
Notes
Notes:
svn path=/head/; revision=268906
svn path=/tags/RELEASE_8_2_0/; revision=268908; tag=release/8.2.0
Diffstat (limited to 'databases/postgresql91-server/files/extra-patch-icu4')
-rw-r--r-- | databases/postgresql91-server/files/extra-patch-icu4 | 46 |
1 files changed, 0 insertions, 46 deletions
diff --git a/databases/postgresql91-server/files/extra-patch-icu4 b/databases/postgresql91-server/files/extra-patch-icu4 deleted file mode 100644 index bf28a732a2bd..000000000000 --- a/databases/postgresql91-server/files/extra-patch-icu4 +++ /dev/null @@ -1,46 +0,0 @@ ---- configure.in.orig 2010-12-17 10:24:25.585364941 +0100 -+++ configure.in 2010-12-17 10:25:08.921592644 +0100 -@@ -947,23 +947,27 @@ - fi - - if test "$with_icu" = yes ; then -- 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(icui18n, ucol_open_46, [], [ -+ 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_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])]) -- ]) -- ]) -- ]) -+ AC_CHECK_LIB(icuuc, ucnv_fromUChars_46, [], [ -+ 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 - |