pkgsrc-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[pkgsrc/trunk]: pkgsrc/devel/boost-libs Beleatedly add a little hack to fix b...
details: https://anonhg.NetBSD.org/pkgsrc/rev/96a9bc9577fa
branches: trunk
changeset: 517800:96a9bc9577fa
user: jmmv <jmmv%pkgsrc.org@localhost>
date: Wed Aug 23 08:52:54 2006 +0000
description:
Beleatedly add a little hack to fix build under NetBSD/amd64: gcc gets
stalled while compiling a file. Tested by jschauma@.
diffstat:
devel/boost-libs/hacks.mk | 7 +++++++
1 files changed, 7 insertions(+), 0 deletions(-)
diffs (11 lines):
diff -r e52ad0431b9c -r 96a9bc9577fa devel/boost-libs/hacks.mk
--- /dev/null Thu Jan 01 00:00:00 1970 +0000
+++ b/devel/boost-libs/hacks.mk Wed Aug 23 08:52:54 2006 +0000
@@ -0,0 +1,7 @@
+# $NetBSD: hacks.mk,v 1.1 2006/08/23 08:52:54 jmmv Exp $
+
+# GCC 3.3.3 enters an infinite loop under NetBSD/amd64 in Boost.Wave's
+# insantiate_cpp_literalgrs.cpp source file. Avoid compiling it.
+# To make things simple, apply the hack to all the platforms so that the
+# builds are consistent.
+BJAM_BUILD+= <define>BOOST_WAVE_SEPARATE_GRAMMAR_INSTANTIATION=0
Home |
Main Index |
Thread Index |
Old Index