summaryrefslogtreecommitdiff
path: root/devel/boost-libs/hacks.mk
blob: c0c4046edacd6561e677f2d4a5103277e90fa964 (plain)
1
2
3
4
5
6
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