mirror of
https://git.freebsd.org/ports.git
synced 2025-06-15 01:30:33 -04:00
- Split boost port to separate components, with boost-all metaport PR: ports/137054 Submitted by: Alexander Churanov <churanov.port.maintainer@gmail.com> (maintainer)
11 lines
395 B
Text
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 ;
|