packages: boost/boost-link.patch - updated for 1.41.0

paszczus paszczus at pld-linux.org
Fri Nov 20 09:12:51 CET 2009


Author: paszczus                     Date: Fri Nov 20 08:12:51 2009 GMT
Module: packages                      Tag: HEAD
---- Log message:
- updated for 1.41.0

---- Files affected:
packages/boost:
   boost-link.patch (1.1 -> 1.2) 

---- Diffs:

================================================================
Index: packages/boost/boost-link.patch
diff -u packages/boost/boost-link.patch:1.1 packages/boost/boost-link.patch:1.2
--- packages/boost/boost-link.patch:1.1	Thu Nov  6 14:16:41 2008
+++ packages/boost/boost-link.patch	Fri Nov 20 09:12:46 2009
@@ -1,21 +1,23 @@
---- boost_1_37_0/libs/python/build/Jamfile.v2.orig	2007-11-25 18:38:02.000000000 +0000
-+++ boost_1_37_0/libs/python/build/Jamfile.v2	2008-11-06 12:56:51.000000000 +0000
-@@ -29,6 +29,8 @@
+diff -ur boost_1_41_0/libs/python/build/Jamfile.v2 boost_1_41_0.new/libs/python/build/Jamfile.v2
+--- boost_1_41_0/libs/python/build/Jamfile.v2	2009-10-14 00:37:59.000000000 +0200
++++ boost_1_41_0.new/libs/python/build/Jamfile.v2	2009-11-20 08:52:07.423214282 +0100
+@@ -46,6 +46,8 @@
  rule cond ( test ? : yes * : no * ) { if $(test) { return $(yes) ; } else { return $(no) ; } }
  rule unless ( test ? : yes * : no * ) { if ! $(test) { return $(yes) ; } else { return $(no) ; } }
  
 +lib pythonlib : : <name>python <link>shared ;
 +
- lib boost_python
-     : # sources
-     numeric.cpp
-@@ -60,6 +62,9 @@
-     import.cpp
-     exec.cpp
-     object/function_doc_signature.cpp
+ rule lib_boost_python ( is-py3 ? )
+ {
+ 
+@@ -80,6 +82,9 @@
+         import.cpp
+         exec.cpp
+         object/function_doc_signature.cpp
 +
 +    pythonlib
 +
-     :   # requirements
-         <link>static:<define>BOOST_PYTHON_STATIC_LIB 
-         <define>BOOST_PYTHON_SOURCE
+         :   # requirements
+             <link>static:<define>BOOST_PYTHON_STATIC_LIB 
+             <define>BOOST_PYTHON_SOURCE
+Tylko w boost_1_41_0.new/libs/python/build: Jamfile.v2~
================================================================

---- CVS-web:
    http://cvs.pld-linux.org/cgi-bin/cvsweb.cgi/packages/boost/boost-link.patch?r1=1.1&r2=1.2&f=u



More information about the pld-cvs-commit mailing list