# HG changeset patch # User Lothar May # Date 1290281635 -3600 # Node ID ac84a1ff007d2c8fc0c3a797aeb10efa093828a6 # Parent ab321c66a9b44f364b2a875e347dd61c0dcec41a remove unneeded patch for package boost diff -r ab321c66a9b4 -r ac84a1ff007d src/boost-1-fixes.patch --- a/src/boost-1-fixes.patch Sat Nov 20 20:31:57 2010 +0100 +++ /dev/null Thu Jan 01 00:00:00 1970 +0000 @@ -1,44 +0,0 @@ -This file is part of mingw-cross-env. -See doc/index.html for further information. - -These patches have been taken from: -https://svn.boost.org/trac/boost/changeset/66006 -https://svn.boost.org/trac/boost/changeset/66140 - ---- trunk/boost/asio/error.hpp (revision 62499) -+++ trunk/boost/asio/error.hpp (revision 66006) -@@ -20,5 +20,5 @@ - #include - #if defined(BOOST_WINDOWS) || defined(__CYGWIN__) --# include -+# include - #else - # include ---- trunk/libs/thread/src/win32/tss_pe.cpp (revision 62718) -+++ trunk/libs/thread/src/win32/tss_pe.cpp (revision 66140) -@@ -39,4 +39,10 @@ - } - -+#if (__MINGW32_MAJOR_VERSION >3) || ((__MINGW32_MAJOR_VERSION==3) && (__MINGW32_MINOR_VERSION>=18)) -+extern "C" -+{ -+ PIMAGE_TLS_CALLBACK __crt_xl_tls_callback__ __attribute__ ((section(".CRT$XLB"))) = on_tls_callback; -+} -+#else - extern "C" { - -@@ -51,8 +57,6 @@ - - PIMAGE_TLS_CALLBACK __crt_xl_start__ __attribute__ ((section(".CRT$XLA"))) = 0; -- PIMAGE_TLS_CALLBACK __crt_xl_tls_callback__ __attribute__ ((section(".CRT$XLB"))) = on_tls_callback; - PIMAGE_TLS_CALLBACK __crt_xl_end__ __attribute__ ((section(".CRT$XLZ"))) = 0; - } -- - extern "C" const IMAGE_TLS_DIRECTORY32 _tls_used __attribute__ ((section(".rdata$T"))) = - { -@@ -64,4 +68,5 @@ - (DWORD) 0 - }; -+#endif - -