]> git.pld-linux.org Git - packages/crossmingw32-boost.git/commitdiff
- boost up to 1.34
authorŁukasz Krotowski <lkrotowski@pld-linux.org>
Sat, 16 Jun 2007 18:10:52 +0000 (18:10 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
Changed files:
    crossmingw32-boost-win.patch -> 1.2

crossmingw32-boost-win.patch

index 9f6f6006c2625b6d93e4672aa223e9103bf8e359..06ccef80c507dbd58a1a3627ee65a0cc50cd8808 100644 (file)
@@ -1,12 +1,48 @@
-diff -ruN boost_1_32_0./tools/build/v1/gcc-tools.jam boost_1_32_0/tools/build/v1/gcc-tools.jam
---- boost_1_32_0./tools/build/v1/gcc-tools.jam 2005-01-10 21:22:03.000000000 +0100
-+++ boost_1_32_0/tools/build/v1/gcc-tools.jam  2005-01-10 21:29:08.070959656 +0100
-@@ -79,6 +79,8 @@
- #
- local on-windows ;
+--- boost_1_34_0/tools/build/v2/util/os.jam.org        2007-06-16 15:29:24.717971888 +0200
++++ boost_1_34_0/tools/build/v2/util/os.jam    2007-06-16 15:31:19.139516164 +0200
+@@ -117,22 +117,7 @@
+ # Returns true if running on windows, whether in cygwin or not.
+ rule on-windows 
+ {
+-    local result ;
+-    if [ modules.peek : NT ] 
+-    {
+-        result = true ;
+-    }
+-    else if [ modules.peek : UNIX ] 
+-    {
+-        switch [ modules.peek : JAMUNAME ] 
+-        {
+-            case CYGWIN* :
+-            {
+-                result = true ;
+-            }
+-        }
+-    }
+-    return $(result) ;
++    return true ;
+ }
  
-+on-windows = 1 ;
-+
- if $(NT)
+ if ! [ on-windows ] 
+--- boost_1_34_0/tools/build/v2/tools/gcc.jam.org      2007-06-16 15:32:31.064543550 +0200
++++ boost_1_34_0/tools/build/v2/tools/gcc.jam  2007-06-16 15:32:37.304591591 +0200
+@@ -308,7 +308,7 @@
+     # Yet another alternative would be to create propagated <sharedable> 
+     # feature, and set it when building shared libraries, but that's hard
+     # to implement and will increase target path length even more.
+-    flags gcc.compile OPTIONS <link>shared : -fPIC ;
++    #flags gcc.compile OPTIONS <link>shared : -fPIC ;
+ }    
+ if [ os.name ] != NT && [ os.name ] != OSF
  {
-     on-windows = 1 ;
+--- boost_1_34_0/tools/build/v2/user-config.jam.old    2007-06-16 15:41:42.129475139 +0200
++++ boost_1_34_0/tools/build/v2/user-config.jam        2007-06-16 15:41:48.558494352 +0200
+@@ -18,7 +18,7 @@
+ #  GCC configuration
+ #  Configure gcc (default version)
+-#  using gcc ;
++using gcc : : i386-mingw32-g++ : ;
+ #  Configure specific gcc version, giving alternative name to use
+ #  using gcc : 3.2 : g++-3.2 ;
This page took 0.118723 seconds and 4 git commands to generate.