patch to build boost on dragonflybsd

the attached patch makes it possible to build boost on dragonflybsd with gcc3.4. the change in boost/python/detail/config.hpp is necessary as dfly doesn't provide the gcc-patched headers that "fix" offsetof(). if defined(freebsd)&&!defined(dragonfly) is in there as dfly sometimes defines both of them. after this patch, everything except boost::serialize (which complains about lack of wchar_t) should build. patrick mauritz

Patrick Mauritz wrote:
the attached patch makes it possible to build boost on dragonflybsd with gcc3.4.
the change in boost/python/detail/config.hpp is necessary as dfly doesn't provide the gcc-patched headers that "fix" offsetof().
if defined(freebsd)&&!defined(dragonfly) is in there as dfly sometimes defines both of them.
after this patch, everything except boost::serialize (which complains about lack of wchar_t) should build.
Thanks. I applied the build related patches, mostly unchanged. The config related ones would be in John Maddock's, and others, turf ;-) -- -- Grafik - Don't Assume Anything -- Redshift Software, Inc. - http://redshift-software.com -- rrivera/acm.org - grafik/redshift-software.com - 102708583/icq
participants (2)
-
Patrick Mauritz
-
Rene Rivera