]> git.pld-linux.org Git - packages/crossmingw32-boost.git/commitdiff
- updated for 1.35.0
authorJakub Bogusz <qboosh@pld-linux.org>
Tue, 13 May 2008 16:35:58 +0000 (16:35 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
Changed files:
    crossmingw32-boost-win.patch -> 1.3

crossmingw32-boost-win.patch

index 06ccef80c507dbd58a1a3627ee65a0cc50cd8808..ca94db36e7462a652ed803d54ef22d6f90515da0 100644 (file)
@@ -1,17 +1,17 @@
---- 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 @@
+--- boost_1_35_0/tools/build/v2/util/os.jam.org        2007-06-16 15:29:24.717971888 +0200
++++ boost_1_35_0/tools/build/v2/util/os.jam    2007-06-16 15:31:19.139516164 +0200
+@@ -129,22 +129,7 @@
  # Returns true if running on windows, whether in cygwin or not.
- rule on-windows 
+ rule on-windows ( )
  {
 -    local result ;
--    if [ modules.peek : NT ] 
+-    if [ modules.peek : NT ]
 -    {
 -        result = true ;
 -    }
--    else if [ modules.peek : UNIX ] 
+-    else if [ modules.peek : UNIX ]
 -    {
--        switch [ modules.peek : JAMUNAME ] 
+-        switch [ modules.peek : JAMUNAME ]
 -        {
 -            case CYGWIN* :
 -            {
 +    return true ;
  }
  
- 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.
+--- boost_1_35_0/tools/build/v2/tools/gcc.jam.org      2007-06-16 15:32:31.064543550 +0200
++++ boost_1_35_0/tools/build/v2/tools/gcc.jam  2007-06-16 15:32:37.304591591 +0200
+@@ -325,7 +325,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
+ }
+ if [ os.name ] != NT && [ os.name ] != OSF && [ os.name ] != HPUX
  {
 --- 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
This page took 0.112757 seconds and 4 git commands to generate.