On 7 June 2012 15:28, Hiroto Kagotani <hiroto.kagot...@gmail.com> wrote: > 2012/6/7 Sergio de Almeida Lenzi <lenzi.ser...@gmail.com>: >> Well, now that libreoffice build is >> solved, than what about insert >> a line: >> CONFLICTS_BUILD= boost* >> near line 63 of Makefile??? > > libreoffice does not conflict with boost; > just Makefile has a problem. > > Attached is the patch.
The only functional difference here is removing the BDB includes from CPPFLAGS; from bsd.port.mk .if defined(HAS_CONFIGURE) @(cd ${CONFIGURE_WRKSRC} && \ ${SET_LATE_CONFIGURE_ARGS} \ if ! ${SETENV} CC="${CC}" CPP="${CPP}" CXX="${CXX}" \ CFLAGS="${CFLAGS}" CPPFLAGS="${CPPFLAGS}" CXXFLAGS="${CXXFLAGS}" \ So CPPFLAGS and LDFLAGS are already added to CONFIGURE_ARGS. I would suspect something more subtle is at work here. Chris _______________________________________________ freebsd-ports@freebsd.org mailing list http://lists.freebsd.org/mailman/listinfo/freebsd-ports To unsubscribe, send any mail to "freebsd-ports-unsubscr...@freebsd.org"