geo/py-osmium: add BDEP on devel/llvm

this port uses cmake behind setuptools, cmake tries to detect various
toolchain bits, then at some points finds llvm-strip if llvm port is
installed.. then blows if llvm port is junked.

should fix a build failure seen by naddy@
idea from sthen@, until i find a better way to make this port directly
use cmake or pass cmake arguments to disable toolchain detection.
This commit is contained in:
landry 2022-12-27 13:03:06 +00:00
parent 3ace7e61dc
commit eef36fb276
1 changed files with 1 additions and 0 deletions

View File

@ -35,6 +35,7 @@ WANTLIB += ${COMPILER_LIBCXX} bz2 expat lz4 m z
# doesn't work with MODULES=devel/cmake
BUILD_DEPENDS += devel/boost \
devel/cmake \
devel/llvm \
geo/libosmium \
devel/protozero \
devel/py-pybind11${MODPY_FLAVOR}