ports/121787: when devel/icu is installed, openoffice fails to
build
Steven R. Loomis
srl at icu-project.org
Wed Apr 30 23:10:03 UTC 2008
The following reply was made to PR ports/121787; it has been noted by GNATS.
From: "Steven R. Loomis" <srl at icu-project.org>
To: bug-followup at FreeBSD.org, kvedulv at kvedulv.de
Cc:
Subject: Re: ports/121787: when devel/icu is installed, openoffice fails to
build
Date: Wed, 30 Apr 2008 16:06:39 -0700
setBreakType() SHOULD NOT be called by a parent class or a subclass.
Instead, use
BreakIterator::create*Instance(
)
http://www.icu-project.org/apiref/icu4c/classBreakIterator.html
You could call it from within a switch statement.
or the parameterized (in C)
ubrk_open( UBreakIteratorType
)
http://www.icu-project.org/apiref/icu4c/ubrk_8h.html
ICU does not need to be modified.
-s
More information about the freebsd-openoffice
mailing list