summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJason Helfman <jgh@FreeBSD.org>2012-12-24 22:33:12 +0000
committerJason Helfman <jgh@FreeBSD.org>2012-12-24 22:33:12 +0000
commit1f4a5ce21e0e3990c493d3b783aba6bdcb50741b (patch)
tree4ee9844b62c08bdcfb6e72a308e11f5cb4ad59ff
parentImprove/fix build with clang. (diff)
- unbreak ICU build
PR: 174603 (based on) Submitted by: basarevych@gmail.com With hat: pgsql@
Notes
Notes: svn path=/head/; revision=309467
-rw-r--r--databases/postgresql84-server/files/extra-patch-icu42
1 files changed, 1 insertions, 1 deletions
diff --git a/databases/postgresql84-server/files/extra-patch-icu4 b/databases/postgresql84-server/files/extra-patch-icu4
index 43f85c7663d3..921e63344f23 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_50, [], [
+ AC_CHECK_LIB(icui18n, ucol_open_48, [], [
+ AC_CHECK_LIB(icui18n, ucol_open_44, [], [
+ AC_CHECK_LIB(icui18n, ucol_open_43, [], [