Hi

2012/6/6 Sergio de Almeida Lenzi <lenzi.ser...@gmail.com>:
> You MUST use the boost that comes with libreoffice,
> but somehow the makefiles searches /usr/local/include/*

Thank you for pointing out the problem.

To make the priority of /usr/local/include lower than those from libreoffice,
remove CPPFLAGS and LDFLAGS lines from Makefile,
and instead, add a line:
CONFIGURE_ARGS+=        CPPFLAGS=-I${LOCALBASE}/include
LDFLAGS=-L${LOCALBASE}/lib

This should work with boost-* installed.
-- 
Hiroto Kagotani
<hiroto.kagot...@gmail.com>
_______________________________________________
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"

Reply via email to