PR: ports/156253 Submitted by: Alexander Churanov (maintainer) Approved by: portmgr (linimon)
11 lines
571 B
Text
11 lines
571 B
Text
--- 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 <target-os> ] in windows cygwin darwin aix ) &&
|
|
+ ( ! ( [ $(property-set).get <target-os> ] in windows cygwin darwin aix freebsd ) &&
|
|
! ( [ $(property-set).get <toolset> ] in pgi ) )
|
|
{
|
|
result = $(result).$(BOOST_VERSION) ;
|