summaryrefslogtreecommitdiff
path: root/devel/boost-all
diff options
context:
space:
mode:
Diffstat (limited to 'devel/boost-all')
-rw-r--r--devel/boost-all/pkg-message.python6
-rw-r--r--devel/boost-all/pkg-message.threads6
2 files changed, 12 insertions, 0 deletions
diff --git a/devel/boost-all/pkg-message.python b/devel/boost-all/pkg-message.python
index 8e065b92275c..cb5195b507fc 100644
--- a/devel/boost-all/pkg-message.python
+++ b/devel/boost-all/pkg-message.python
@@ -1,3 +1,6 @@
+[
+{ type: install
+ message: <<EOM
You have built the Boost.Python library. You have to add the following
options when building your own code:
@@ -6,3 +9,6 @@ Compiler options:
Linker options:
-L%%PYTHON_LIBDIR%% -L%%LOCALBASE%%/lib -lboost_python -l%%PYTHON_VERSION%%
+EOM
+}
+]
diff --git a/devel/boost-all/pkg-message.threads b/devel/boost-all/pkg-message.threads
index a25279cd13f8..1c58b99b3e5f 100644
--- a/devel/boost-all/pkg-message.threads
+++ b/devel/boost-all/pkg-message.threads
@@ -1,4 +1,10 @@
+[
+{ type: install
+ message: <<EOM
You have built the Boost library with thread support.
Don't forget to add -pthread to your linker options when
linking your code.
+EOM
+}
+]