pkgsrc-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[pkgsrc/trunk]: pkgsrc/meta-pkgs/boost Fix build on DragonFly 1.6, where mach...
details: https://anonhg.NetBSD.org/pkgsrc/rev/a17c30a7052a
branches: trunk
changeset: 518814:a17c30a7052a
user: joerg <joerg%pkgsrc.org@localhost>
date: Mon Sep 18 22:51:25 2006 +0000
description:
Fix build on DragonFly 1.6, where machine/trap.h's T_DIVIDE gets
pulled in and conflicts with the enum in boost.
diffstat:
meta-pkgs/boost/distinfo | 3 ++-
meta-pkgs/boost/patches/patch-ak | 13 +++++++++++++
2 files changed, 15 insertions(+), 1 deletions(-)
diffs (31 lines):
diff -r 113d6ac5bc72 -r a17c30a7052a meta-pkgs/boost/distinfo
--- a/meta-pkgs/boost/distinfo Mon Sep 18 22:36:48 2006 +0000
+++ b/meta-pkgs/boost/distinfo Mon Sep 18 22:51:25 2006 +0000
@@ -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-ah) = e16c08bb0f63e63ae082e9d83c588e3adcf9cb3b
SHA1 (patch-ai) = 1e2d946090093bb4b9ab8fa78ccfaa0189b1d145
SHA1 (patch-aj) = 09d27fc296105d3a8141df26ce3e8942ca973746
+SHA1 (patch-ak) = 9eb5353855d2b9b0638c98ab3fce33ac19e0f29a
diff -r 113d6ac5bc72 -r a17c30a7052a meta-pkgs/boost/patches/patch-ak
--- /dev/null Thu Jan 01 00:00:00 1970 +0000
+++ b/meta-pkgs/boost/patches/patch-ak Mon Sep 18 22:51:25 2006 +0000
@@ -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
+
Home |
Main Index |
Thread Index |
Old Index