freebsd-ports/devel/boost-libs/files/patch-boostcpp.jam
Max Brazhnikov 221637a53e Update boost ports to 1.48.0
PR:		ports/156253
Submitted by:	Alexander Churanov (maintainer)
Approved by:	portmgr (linimon)
2012-05-16 16:07:24 +00:00

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) ;