summaryrefslogtreecommitdiff
path: root/meta-pkgs/boost
diff options
context:
space:
mode:
authorjoerg <joerg@pkgsrc.org>2006-09-18 22:51:25 +0000
committerjoerg <joerg@pkgsrc.org>2006-09-18 22:51:25 +0000
commit00cccd7ba275a1ba6acfbe52f8ca40fddc1ce173 (patch)
treec53dea0d0c43b019284d4fa37fa2586083df0af1 /meta-pkgs/boost
parent786378f1faa3cf20656d7c404afd414b77ce1dd2 (diff)
downloadpkgsrc-00cccd7ba275a1ba6acfbe52f8ca40fddc1ce173.tar.gz
Fix build on DragonFly 1.6, where machine/trap.h's T_DIVIDE gets
pulled in and conflicts with the enum in boost.
Diffstat (limited to 'meta-pkgs/boost')
-rw-r--r--meta-pkgs/boost/distinfo3
-rw-r--r--meta-pkgs/boost/patches/patch-ak13
2 files changed, 15 insertions, 1 deletions
diff --git a/meta-pkgs/boost/distinfo b/meta-pkgs/boost/distinfo
index c4fecdc1278..818a141e3cb 100644
--- a/meta-pkgs/boost/distinfo
+++ b/meta-pkgs/boost/distinfo
@@ -1,4 +1,4 @@
-$NetBSD: distinfo,v 1.9 2006/08/24 08:45:35 jmmv Exp $
+$NetBSD: distinfo,v 1.10 2006/09/18 22:51:25 joerg Exp $
SHA1 (boost_1_33_1.tar.bz2) = 22682f75ff0d1ea548688e78c8cca83d599ca576
RMD160 (boost_1_33_1.tar.bz2) = 3d5999d321b558f74d786bec52ee1b1fcd7e7152
@@ -13,3 +13,4 @@ SHA1 (patch-ag) = 6c862a0f50590327344d6973617ccc56df67fa76
SHA1 (patch-ah) = e16c08bb0f63e63ae082e9d83c588e3adcf9cb3b
SHA1 (patch-ai) = 1e2d946090093bb4b9ab8fa78ccfaa0189b1d145
SHA1 (patch-aj) = 09d27fc296105d3a8141df26ce3e8942ca973746
+SHA1 (patch-ak) = 9eb5353855d2b9b0638c98ab3fce33ac19e0f29a
diff --git a/meta-pkgs/boost/patches/patch-ak b/meta-pkgs/boost/patches/patch-ak
new file mode 100644
index 00000000000..37e4de4262c
--- /dev/null
+++ b/meta-pkgs/boost/patches/patch-ak
@@ -0,0 +1,13 @@
+$NetBSD: patch-ak,v 1.1 2006/09/18 22:51:25 joerg Exp $
+
+--- boost/wave/token_ids.hpp.orig 2006-09-18 22:37:11.000000000 +0000
++++ boost/wave/token_ids.hpp
+@@ -23,7 +23,7 @@
+ #if !defined(BOOST_WAVE_TOKEN_IDS_DEFINED)
+ #define BOOST_WAVE_TOKEN_IDS_DEFINED
+
+-#if defined (__FreeBSD__) && defined (T_DIVIDE)
++#if (defined (__FreeBSD__) || defined(__DragonFly__)) && defined (T_DIVIDE)
+ #undef T_DIVIDE
+ #endif
+