diff options
Diffstat (limited to 'dev-libs/boost/files/boost-1.79.0-build-auto_index-tool.patch')
-rw-r--r-- | dev-libs/boost/files/boost-1.79.0-build-auto_index-tool.patch | 13 |
1 files changed, 13 insertions, 0 deletions
diff --git a/dev-libs/boost/files/boost-1.79.0-build-auto_index-tool.patch b/dev-libs/boost/files/boost-1.79.0-build-auto_index-tool.patch new file mode 100644 index 000000000000..ca793b9d06eb --- /dev/null +++ b/dev-libs/boost/files/boost-1.79.0-build-auto_index-tool.patch @@ -0,0 +1,13 @@ +Build auto_index tool with USE="tools" +See also: https://bugs.gentoo.org/529066 + +--- a/tools/Jamfile.v2 ++++ b/tools/Jamfile.v2 +@@ -18,6 +18,7 @@ + ; + + TOOLS = ++ auto_index/build//auto_index + bcp//bcp + inspect/build//inspect + quickbook//quickbook |