ports/devel/boost/files/patch-libs_regex_build_Jamfile.v2
Simon Barner 02afc06924 Update to boost 1.34.0:
- 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
2007-07-04 15:09:06 +00:00

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 ;