diff options
Diffstat (limited to 'devel/boost-python-libs/files/patch-boostcpp.jam')
-rw-r--r-- | devel/boost-python-libs/files/patch-boostcpp.jam | 11 |
1 files changed, 0 insertions, 11 deletions
diff --git a/devel/boost-python-libs/files/patch-boostcpp.jam b/devel/boost-python-libs/files/patch-boostcpp.jam deleted file mode 100644 index ec350a5736b5..000000000000 --- a/devel/boost-python-libs/files/patch-boostcpp.jam +++ /dev/null @@ -1,11 +0,0 @@ ---- 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) ; |