aboutsummaryrefslogtreecommitdiffstats
path: root/databases
diff options
context:
space:
mode:
authorjgh <jgh@FreeBSD.org>2012-12-25 06:33:12 +0800
committerjgh <jgh@FreeBSD.org>2012-12-25 06:33:12 +0800
commit78bc6aaf676b858df6de4bcb5766aa894989377b (patch)
tree4ee9844b62c08bdcfb6e72a308e11f5cb4ad59ff /databases
parentcdfd048fcf7cbe5d123bbe5b4b9ac0ca1cfbd0dd (diff)
downloadfreebsd-ports-graphics-78bc6aaf676b858df6de4bcb5766aa894989377b.tar.gz
freebsd-ports-graphics-78bc6aaf676b858df6de4bcb5766aa894989377b.tar.zst
freebsd-ports-graphics-78bc6aaf676b858df6de4bcb5766aa894989377b.zip
- unbreak ICU build
PR: 174603 (based on) Submitted by: basarevych@gmail.com With hat: pgsql@
Diffstat (limited to 'databases')
-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 43f85c7663d..921e63344f2 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, [], [