From 1450552d7881d20baf0696e89e20c710fc5b3622 Mon Sep 17 00:00:00 2001 From: Mikhail Teterin Date: Fri, 22 Sep 2006 22:22:19 +0000 Subject: Upgrade ICU from 3.4.1 to 3.6. Build WITHOUT_THREADS by default -- using threads is broken on ia64 (marcel is investigating) and seems useless elsewhere. Filter `-funroll-loops' out of CFLAGS for now -- it seems to cause miscompilation occasionally. Correct the dependencies to stop requiring a particular version number of the ICU's libraries to ease future upgrades. --- textproc/xalan-c/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'textproc/xalan-c') diff --git a/textproc/xalan-c/Makefile b/textproc/xalan-c/Makefile index bb73893c4ffe..7ae1c2bc19f4 100644 --- a/textproc/xalan-c/Makefile +++ b/textproc/xalan-c/Makefile @@ -104,7 +104,7 @@ PLIST_SUB+= LOCALSYS_NLS="@comment " .if defined(WITH_TRANSCODER_ICU) PKGNAMESUFFIX+= -icu -LIB_DEPENDS+= icuuc.32:${PORTSDIR}/devel/icu +LIB_DEPENDS+= icuuc:${PORTSDIR}/devel/icu ICUROOT?= ${LOCALBASE} CONFIGURE_ENV+= XALAN_USE_ICU=1 CONFIGURE_ENV+= ICUROOT=${ICUROOT} -- cgit v1.2.3