]> git.pld-linux.org Git - packages/boost.git/commitdiff
- obsolete.
authorPaweł Sikora <pluto@pld-linux.org>
Thu, 26 Jul 2007 17:10:38 +0000 (17:10 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
Changed files:
    boost-atomicity.patch -> 1.3
    boost-python.patch -> 1.7

boost-atomicity.patch [deleted file]
boost-python.patch [deleted file]

diff --git a/boost-atomicity.patch b/boost-atomicity.patch
deleted file mode 100644 (file)
index 23d4248..0000000
+++ /dev/null
@@ -1,16 +0,0 @@
-diff -urN boost.org/detail/atomic_count_gcc.hpp boost/detail/atomic_count_gcc.hpp
---- boost.org/detail/atomic_count_gcc.hpp      2005-04-02 11:37:53.000000000 +0000
-+++ boost/detail/atomic_count_gcc.hpp  2007-04-24 19:03:25.516377811 +0000
-@@ -17,7 +17,11 @@
- //  http://www.boost.org/LICENSE_1_0.txt)
- //
--#include <bits/atomicity.h>
-+#if (__GNUC__ >= 4 && __GNUC_MINOR__ >= 2)
-+#include <ext/atomicity.h>
-+#else
-+#include <bits/atomicity.h>
-+#endif
- namespace boost
- {
diff --git a/boost-python.patch b/boost-python.patch
deleted file mode 100644 (file)
index 59868d9..0000000
+++ /dev/null
@@ -1,34 +0,0 @@
---- boost_1_34_0/tools/build/v2/tools/python.jam.orig  2007-04-06 20:17:43.000000000 +0200
-+++ boost_1_34_0/tools/build/v2/tools/python.jam       2007-06-17 00:19:00.865685036 +0200
-@@ -911,30 +911,7 @@
-           ;
-     }
--    # On *nix, we don't want to link either Boost.Python or Python
--    # extensions to libpython, because the Python interpreter itself
--    # provides all those symbols. If we linked to libpython, we'd get
--    # duplicate symbols. So declare two targets -- one for building
--    # extensions and another for embedding
--    #
--    # Unlike most *nix systems, Mac OS X's linker does not permit undefined
--    # symbols when linking a shared library. So, we still need to link
--    # against the Python framework, even when building extensions.
--    # Note that framework builds of Python always use shared libraries,
--    # so we do not need to worry about duplicate Python symbols.
--    if $(target-os) in windows cygwin darwin
--    {
--        alias python_for_extensions : python : $(target-requirements) ;
--    }
--    else
--    {
--        alias python_for_extensions
--                     :
--                     : $(target-requirements)
--                     :
--                     : $(usage-requirements)
--                     ;
--    }
-+    alias python_for_extensions : python : $(target-requirements) ;
- }
- rule configured ( )
This page took 0.039676 seconds and 4 git commands to generate.