freebsd-ports/devel/boost-pyste/files/patch-Jamroot
Pav Lucistnik 129e62f606 - Update boost to 1.41
PR:		ports/141749
Submitted by:	Alexander Churanov <churanov.port.maintainer@gmail.com> (maintainer)
2009-12-29 13:50:29 +00:00

11 lines
561 B
Text

--- Jamroot.orig 2009-09-23 16:35:49.000000000 +0400
+++ Jamroot 2009-09-23 16:36:49.000000000 +0400
@@ -384,7 +384,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) ;