diff options
author | Jan Beich <jbeich@FreeBSD.org> | 2017-05-02 06:33:39 +0000 |
---|---|---|
committer | Jan Beich <jbeich@FreeBSD.org> | 2017-05-02 06:33:39 +0000 |
commit | 684bbccbefbbbe8e37701a91cf7cf76fc20acf52 (patch) | |
tree | 364ab122821ba6ced0090db7729020d4e9b35990 /devel/boost-all/pkg-message.python | |
parent | devel/boost-*: nuke to split directory history (diff) |
devel/boost-*: partially revert r439920 (see r439922)
Notes
Notes:
svn path=/head/; revision=439932
Diffstat (limited to 'devel/boost-all/pkg-message.python')
-rw-r--r-- | devel/boost-all/pkg-message.python | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/devel/boost-all/pkg-message.python b/devel/boost-all/pkg-message.python new file mode 100644 index 000000000000..8e065b92275c --- /dev/null +++ b/devel/boost-all/pkg-message.python @@ -0,0 +1,8 @@ +You have built the Boost.Python library. You have to add the following +options when building your own code: + +Compiler options: + -I%%PYTHON_INCLUDEDIR%% -I%%LOCALBASE%%/include + +Linker options: + -L%%PYTHON_LIBDIR%% -L%%LOCALBASE%%/lib -lboost_python -l%%PYTHON_VERSION%% |