summaryrefslogtreecommitdiff
path: root/devel/boost-pyste/files/patch-Jamroot
diff options
context:
space:
mode:
authorPav Lucistnik <pav@FreeBSD.org>2009-12-29 13:50:29 +0000
committerPav Lucistnik <pav@FreeBSD.org>2009-12-29 13:50:29 +0000
commit129e62f60676aab32deebe63e56978ec605e392e (patch)
treeb11985009a77e1650cc18f2868adc2a44d96f529 /devel/boost-pyste/files/patch-Jamroot
parentUpgrade to 0.9rc3. (diff)
- Update boost to 1.41
PR: ports/141749 Submitted by: Alexander Churanov <churanov.port.maintainer@gmail.com> (maintainer)
Notes
Notes: svn path=/head/; revision=246863
Diffstat (limited to 'devel/boost-pyste/files/patch-Jamroot')
-rw-r--r--devel/boost-pyste/files/patch-Jamroot11
1 files changed, 11 insertions, 0 deletions
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 <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) ;