summaryrefslogtreecommitdiff
path: root/boost/boost.auto_link.patch
diff options
context:
space:
mode:
authorKhaled Hosny <khaledhosny@eglug.org>2013-10-17 01:15:08 +0200
committerBjörn Michaelsen <bjoern.michaelsen@canonical.com>2013-10-17 10:39:39 +0000
commit174e24ffff2f76da94df3bdefa5416c5f2256b78 (patch)
treeb580a19675daff3882ed415cb36711a17ced94cc /boost/boost.auto_link.patch
parent694248e9785e943bfc83d119304a5b18b683e21f (diff)
fdo#70393: move boost to a subdir of external
Change-Id: Ib6aa36e296dfc1237463c4257f7ea1bd1fe72a1b Reviewed-on: https://gerrit.libreoffice.org/6282 Reviewed-by: Björn Michaelsen <bjoern.michaelsen@canonical.com> Tested-by: Björn Michaelsen <bjoern.michaelsen@canonical.com>
Diffstat (limited to 'boost/boost.auto_link.patch')
-rw-r--r--boost/boost.auto_link.patch40
1 files changed, 0 insertions, 40 deletions
diff --git a/boost/boost.auto_link.patch b/boost/boost.auto_link.patch
deleted file mode 100644
index 556d14e0feea..000000000000
--- a/boost/boost.auto_link.patch
+++ /dev/null
@@ -1,40 +0,0 @@
---- foo/foo/foo/boost/config/auto_link.hpp
-+++ foo/foo/foo/boost/config/auto_link.hpp
-@@ -357,37 +357,6 @@
- # define BOOST_LIB_PREFIX "lib"
- #endif
-
--//
--// now include the lib:
--//
--#if defined(BOOST_LIB_NAME) \
-- && defined(BOOST_LIB_PREFIX) \
-- && defined(BOOST_LIB_TOOLSET) \
-- && defined(BOOST_LIB_THREAD_OPT) \
-- && defined(BOOST_LIB_RT_OPT) \
-- && defined(BOOST_LIB_VERSION)
--
--#ifdef BOOST_AUTO_LINK_TAGGED
--# pragma comment(lib, BOOST_LIB_PREFIX BOOST_STRINGIZE(BOOST_LIB_NAME) BOOST_LIB_THREAD_OPT BOOST_LIB_RT_OPT ".lib")
--# ifdef BOOST_LIB_DIAGNOSTIC
--# pragma message ("Linking to lib file: " BOOST_LIB_PREFIX BOOST_STRINGIZE(BOOST_LIB_NAME) BOOST_LIB_THREAD_OPT BOOST_LIB_RT_OPT ".lib")
--# endif
--#elif defined(BOOST_AUTO_LINK_NOMANGLE)
--# pragma comment(lib, BOOST_STRINGIZE(BOOST_LIB_NAME) ".lib")
--# ifdef BOOST_LIB_DIAGNOSTIC
--# pragma message ("Linking to lib file: " BOOST_STRINGIZE(BOOST_LIB_NAME) ".lib")
--# endif
--#else
--# pragma comment(lib, BOOST_LIB_PREFIX BOOST_STRINGIZE(BOOST_LIB_NAME) "-" BOOST_LIB_TOOLSET BOOST_LIB_THREAD_OPT BOOST_LIB_RT_OPT "-" BOOST_LIB_VERSION ".lib")
--# ifdef BOOST_LIB_DIAGNOSTIC
--# pragma message ("Linking to lib file: " BOOST_LIB_PREFIX BOOST_STRINGIZE(BOOST_LIB_NAME) "-" BOOST_LIB_TOOLSET BOOST_LIB_THREAD_OPT BOOST_LIB_RT_OPT "-" BOOST_LIB_VERSION ".lib")
--# endif
--#endif
--
--#else
--# error "some required macros where not defined (internal logic error)."
--#endif
--
-
- #endif // _MSC_VER || __BORLANDC__
-