Add /usr/local/include to the list of include paths for ICU on FreeBSD.

[SVN r48454]
This commit is contained in:
John Maddock
2008-08-29 17:11:18 +00:00
parent 4212c0d915
commit 30074a601a

View File

@ -169,7 +169,7 @@ rule check-icu-config ( )
if [ check-icu-config ]
{
BOOST_REGEX_ICU_OPTS = "<define>BOOST_HAS_ICU=1" ;
BOOST_REGEX_ICU_OPTS = "<define>BOOST_HAS_ICU=1 <target-os>freebsd:<include>/usr/local/include" ;
if $(ICU_PATH)
{