diff options
Diffstat (limited to 'devel/boost-pyste/files/patch-Jamroot')
-rw-r--r-- | devel/boost-pyste/files/patch-Jamroot | 11 |
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) ; |