diff options
author | girgen <girgen@FreeBSD.org> | 2012-12-20 00:03:58 +0800 |
---|---|---|
committer | girgen <girgen@FreeBSD.org> | 2012-12-20 00:03:58 +0800 |
commit | e27db4afdaf85d6b28035d3880386b4ed7df06f5 (patch) | |
tree | 431be75ce7e28ac123a1ee0925ac104093bdfa85 /databases/postgresql83-server | |
parent | b33833e228385c7e601f9bc24d40d88f4b4ab3f4 (diff) | |
download | freebsd-ports-gnome-e27db4afdaf85d6b28035d3880386b4ed7df06f5.tar.gz freebsd-ports-gnome-e27db4afdaf85d6b28035d3880386b4ed7df06f5.tar.zst freebsd-ports-gnome-e27db4afdaf85d6b28035d3880386b4ed7df06f5.zip |
Chase ICU update to 50
Diffstat (limited to 'databases/postgresql83-server')
-rw-r--r-- | databases/postgresql83-server/files/extra-patch-icu4 | 10 |
1 files changed, 7 insertions, 3 deletions
diff --git a/databases/postgresql83-server/files/extra-patch-icu4 b/databases/postgresql83-server/files/extra-patch-icu4 index 19ea639c5a8b..25c79eb9e062 100644 --- a/databases/postgresql83-server/files/extra-patch-icu4 +++ b/databases/postgresql83-server/files/extra-patch-icu4 @@ -9,7 +9,7 @@ Untested combinations of 'autoconf' and PostgreSQL versions are not recommended. You can remove the check from 'configure.in' but it is then your responsibility whether the result works or not.])]) -@@ -795,19 +795,27 @@ +@@ -795,19 +795,31 @@ fi if test "$with_icu" = yes ; then @@ -17,7 +17,8 @@ - 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_48, [], [ ++ AC_CHECK_LIB(icui18n, ucol_open_50, [], [ ++ 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, [], [ @@ -28,12 +29,14 @@ - ]) + ]) + ]) ++ ]) ]) - 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_48, [], [ ++ AC_CHECK_LIB(icuuc, ucnv_fromUChars_50, [], [ ++ 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, [], [ @@ -44,6 +47,7 @@ - ]) + ]) + ]) ++ ]) ]) fi |