Hi

2012/6/6 Sergio de Almeida Lenzi <[email protected]>:
> 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
<[email protected]>
_______________________________________________
[email protected] mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-ports
To unsubscribe, send any mail to "[email protected]"

Reply via email to