Update the patch to be more agnostic with regards to the version of icu.
It now links with icu-3.6 as well as the earlier versions.
This commit is contained in:
@@ -112,9 +112,9 @@ OPTIONS+= INTDATE "Builds with 64-bit date/time type (server)" off
|
||||
. if defined(SERVER_ONLY) && defined(WITH_ICU)
|
||||
USE_AUTOTOOLS= autoconf:259
|
||||
CONFIGURE_ARGS+=--with-icu
|
||||
LIB_DEPENDS= icudata.34:${PORTSDIR}/devel/icu
|
||||
LIB_DEPENDS= icudata:${PORTSDIR}/devel/icu
|
||||
PATCH_SITES+= http://people.freebsd.org/~girgen/postgresql-icu/:icu
|
||||
PATCHFILES+= pg-812-icu-34-2006-01-09.diff.gz:icu
|
||||
PATCHFILES+= pg-814-icu-xx-2006-09-20.gz:icu
|
||||
. endif
|
||||
|
||||
PATCH_DIST_STRIP=-p1
|
||||
|
||||
Reference in New Issue
Block a user