summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'dev-libs/boost/files/boost-1.41.0-spirit-fixed-include-guard-conflict.patch')
-rw-r--r--dev-libs/boost/files/boost-1.41.0-spirit-fixed-include-guard-conflict.patch13
1 files changed, 13 insertions, 0 deletions
diff --git a/dev-libs/boost/files/boost-1.41.0-spirit-fixed-include-guard-conflict.patch b/dev-libs/boost/files/boost-1.41.0-spirit-fixed-include-guard-conflict.patch
new file mode 100644
index 0000000..9b68e97
--- /dev/null
+++ b/dev-libs/boost/files/boost-1.41.0-spirit-fixed-include-guard-conflict.patch
@@ -0,0 +1,13 @@
+Index: trunk/boost/spirit/include/version.hpp
+===================================================================
+--- a/trunk/boost/spirit/include/version.hpp
++++ b/trunk/boost/spirit/include/version.hpp
+@@ -7,6 +7,6 @@
+ file LICENSE_1_0.txt or copy at http://www.boost.org/LICENSE_1_0.txt)
+ =============================================================================*/
+-#if !defined(SPIRIT_VERSION_NOVEMBER_13_2008_0834AM)
+-#define SPIRIT_VERSION_NOVEMBER_13_2008_0834AM
++#if !defined(SPIRIT_VERSION)
++#define SPIRIT_VERSION
+
+ ///////////////////////////////////////////////////////////////////////////////