1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-11-30 01:15:52 +00:00
freebsd-ports/editors/openoffice-devel
Don Lewis e0aa066aea Unbreak PDF Import extension when building with modern boost. Similar
to the patch by amdmi3, link the extension with -lboost_system, but
only do this in the --with-system-boost case.  Doing this unconditionally
would break building with the bundled boost because only the boost headers
are available and the boost libraries are not built.  This is still a bit
pessimal because -lboost_system may be used when it is not strictly
necessary (when the system boost is old), but it is likely that this is
only relevant to FreeBSD and we are in the process of upgrading boost.
This fix should be acceptable upstream.

Re-enable the PDF Import extension by default.

When the PDF Import extension is enabled, promote boost from BUILD_DEPENDS
to LIB_DEPENDS.

Tested with PDFIMPORT both on and off.  Also tested with PDFIMPORT on,
--with-system-boost disabled, and boost removed from *_DEPENDS.

PR:		207073, 199601
2016-02-11 15:40:53 +00:00
..
files Unbreak PDF Import extension when building with modern boost. Similar 2016-02-11 15:40:53 +00:00
distinfo Upgrade to upstream svn revision 1727463. This fixes the upstream 2016-01-30 21:26:57 +00:00
Makefile Unbreak PDF Import extension when building with modern boost. Similar 2016-02-11 15:40:53 +00:00
pkg-descr