From 129e62f60676aab32deebe63e56978ec605e392e Mon Sep 17 00:00:00 2001 From: Pav Lucistnik Date: Tue, 29 Dec 2009 13:50:29 +0000 Subject: - Update boost to 1.41 PR: ports/141749 Submitted by: Alexander Churanov (maintainer) --- devel/boost-pyste/files/patch-Jamroot | 11 +++++++++++ 1 file changed, 11 insertions(+) create mode 100644 devel/boost-pyste/files/patch-Jamroot (limited to 'devel/boost-pyste/files/patch-Jamroot') diff --git a/devel/boost-pyste/files/patch-Jamroot b/devel/boost-pyste/files/patch-Jamroot new file mode 100644 index 000000000000..7903f6daf682 --- /dev/null +++ b/devel/boost-pyste/files/patch-Jamroot @@ -0,0 +1,11 @@ +--- 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 ] in windows cygwin darwin aix ) && ++ ( ! ( [ $(property-set).get ] in windows cygwin darwin aix freebsd ) && + ! ( [ $(property-set).get ] in pgi ) ) + { + result = $(result).$(BOOST_VERSION) ; -- cgit v1.2.3