From cc415305a049ca523f2a8cf674009fa77c54fee6 Mon Sep 17 00:00:00 2001 From: cvs2svn Date: Sat, 14 Nov 2009 12:33:33 +0000 Subject: This commit was manufactured by cvs2svn to create tag 'RELEASE_8_0_0'. --- print/lyx-devel/files/patch-boost-134 | 22 ---------------------- 1 file changed, 22 deletions(-) delete mode 100644 print/lyx-devel/files/patch-boost-134 (limited to 'print/lyx-devel/files/patch-boost-134') diff --git a/print/lyx-devel/files/patch-boost-134 b/print/lyx-devel/files/patch-boost-134 deleted file mode 100644 index 2bfe3a8f6140..000000000000 --- a/print/lyx-devel/files/patch-boost-134 +++ /dev/null @@ -1,22 +0,0 @@ ---- src/support/path.h Mon Oct 6 11:43:21 2003 -+++ src/support/path.h Fri Jul 6 14:23:38 2007 -@@ -55,5 +55,5 @@ - // we add this macro: - /// --#ifndef PATH_C -+#if 0 - #define Path(x) unnamed_Path; - #endif ---- src/client/client.C Wed Apr 12 05:37:33 2006 -+++ src/client/client.C Fri Jul 6 15:47:26 2007 -@@ -94,5 +94,10 @@ - for (; beg != end; ++beg) { - if (prefixIs(beg->leaf(), "lyx_tmpdir" + pid)) { -+#include -+#if BOOST_VERSION < 103400 - fs::path lyxsocket = *beg / "lyxsocket"; -+#else -+ fs::path lyxsocket = beg->path() / "lyxsocket"; -+#endif - if (fs::exists(lyxsocket)) { - dirlist.push_back(lyxsocket); -- cgit v1.2.3