mirror of
https://git.freebsd.org/ports.git
synced 2025-07-10 05:49:22 -04:00
- ChangeLog: http://lists.boost.org/boost-announce/2007/05/0131.php - Uses Boost.Build v2 - Fixes build g++ 4.2 (and there for on 7-CURRENT) - Port respects CXXFLAGS unless the WITH_OPTIMIZED_CFLAGS option is set that enables -O3 optimization and full inlining Requested by: many PR: ports/113474 (resolved) Obtained from: http://boost.cvs.sourceforge.net/boost/boost/boost/detail/atomic_count_gcc.hpp?r1=1.5&r2=1.5.8.1 via pav
11 lines
392 B
Text
11 lines
392 B
Text
--- libs/regex/build/Jamfile.v2.orig Wed Jun 27 17:05:32 2007
|
|
+++ libs/regex/build/Jamfile.v2 Wed Jun 27 17:05:43 2007
|
|
@@ -132,7 +132,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 ;
|