ports/devel/boost-libs/files/patch-libs_regex_build_Jamfile.v2
Pav Lucistnik d1107bb40e - Update boost to 1.39
- Split boost port to separate components, with boost-all metaport

PR:		ports/137054
Submitted by:	Alexander Churanov <churanov.port.maintainer@gmail.com> (maintainer)
2009-07-28 11:45:08 +00:00

11 lines
395 B
Text

--- libs/regex/build/Jamfile.v2.orig Thu Oct 16 13:01:02 2008
+++ libs/regex/build/Jamfile.v2 Sun Nov 9 10:35:40 2008
@@ -189,7 +189,7 @@
if $(ICU_PATH)
{
- if $(ICU_PATH) != "/usr" && $(ICU_PATH) != "/usr/local"
+ if $(ICU_PATH) != "/usr"
{
BOOST_REGEX_ICU_OPTS += "<include>$(ICU_PATH)/include" ;
ICU_SEARCH_OPTS = <search>/$(ICU_PATH)/lib ;