--- boostcpp.jam.orig 2011-12-15 18:33:48.000000000 +0300 +++ boostcpp.jam 2011-12-15 18:34:05.000000000 +0300 @@ -154,7 +154,7 @@ # suffixes either. Pgi compilers can not accept library with version # suffix. if $(type) = SHARED_LIB && - ( ! ( [ $(property-set).get ] in windows cygwin darwin aix ) && + ( ! ( [ $(property-set).get ] in windows cygwin darwin aix freebsd ) && ! ( [ $(property-set).get ] in pgi ) ) { result = $(result).$(BOOST_VERSION) ;