mirror of
https://git.FreeBSD.org/ports.git
synced 2024-11-28 01:06:17 +00:00
b29a5a553e
This adds two run time dependecies in the WITH_PYTHON case: * devel/gccxml * devel/py-elementtree This was requested in [1]. - Add pkg-message to help developers getting started with boost: Give suggestions for CFLAGS and LDFLAGS for the following build options: * BOOST_THREADS: pkg-message.threads * WITH_PYTHON: pkg-message.python * stlport (4.x): pkg-message.stlport - remove pkg-install script and perform installation in Makefile PR: ports/77640 [1] Approved by: arved (mentor)
5 lines
139 B
Plaintext
5 lines
139 B
Plaintext
You have built the Boost library with thread support.
|
|
|
|
Don't forget to add %%PTHREAD_LIBS%% to your linker options when
|
|
linking your code.
|